Test @apply by adding some link styles
This commit is contained in:
parent
6e447f5f0f
commit
e9db69d542
|
@ -11,6 +11,14 @@
|
|||
*/
|
||||
@tailwind base;
|
||||
|
||||
a {
|
||||
@apply font-bold text-blue-800
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply underline
|
||||
}
|
||||
|
||||
/**
|
||||
* This injects any component classes registered by plugins.
|
||||
*
|
||||
|
|
Reference in a new issue