Remove link component, use @apply
This commit is contained in:
parent
330c0476dd
commit
2d7496ce80
5 changed files with 5 additions and 12 deletions
|
@ -1,17 +1,16 @@
|
|||
a
|
||||
color: inherit
|
||||
text-decoration: none
|
||||
@apply text-blue no-underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
@apply underline
|
||||
|
||||
main a
|
||||
text-decoration: underline
|
||||
@apply underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: none
|
||||
@apply no-underline
|
||||
|
||||
h1, h2, h3
|
||||
@apply mb-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue