Replace Sass with PostCSS, include imports and nesting
This commit is contained in:
parent
347bbe20ba
commit
9633b980d5
36 changed files with 279 additions and 184 deletions
8
assets/css/components/button.css
Normal file
8
assets/css/components/button.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.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