Test @apply by adding some link styles

This commit is contained in:
Oliver Davies 2019-05-16 13:33:18 +01:00
parent 6e447f5f0f
commit e9db69d542

View file

@ -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.
*