Use sass again
This commit is contained in:
parent
aa612a8d84
commit
97737eba1b
29 changed files with 159 additions and 213 deletions
11
assets/sass/components/button.sass
Normal file
11
assets/sass/components/button.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.button
|
||||
@apply .bg-blue
|
||||
@apply .inline-block
|
||||
@apply .rounded
|
||||
@apply .text-white
|
||||
@apply .px-4
|
||||
@apply .py-2
|
||||
|
||||
&:active,
|
||||
&:hover
|
||||
@apply .bg-blue-dark
|
Loading…
Add table
Add a link
Reference in a new issue