Back to sass
This commit is contained in:
parent
4a140df2a6
commit
19d4f8bc1b
36 changed files with 176 additions and 276 deletions
6
assets/sass/components/button.sass
Normal file
6
assets/sass/components/button.sass
Normal file
|
@ -0,0 +1,6 @@
|
|||
.button
|
||||
@apply bg-blue inline-block rounded text-white px-4 py-2
|
||||
|
||||
&:active,
|
||||
&:hover
|
||||
@apply bg-blue-dark
|
Loading…
Add table
Add a link
Reference in a new issue