generated from alecodes/base-template
refactor!: change css library to picocss
This commit is contained in:
parent
48b0252ec4
commit
27037a9f75
6 changed files with 25 additions and 21 deletions
|
|
@ -1 +1,11 @@
|
|||
@use "@mini-strap/core";
|
||||
|
||||
@use "@picocss/pico/scss/pico.scss" with (
|
||||
$theme-color: "cyan",
|
||||
$enable-semantic-container: true
|
||||
);
|
||||
|
||||
:root {
|
||||
--pico-form-element-spacing-vertical: 0.25rem;
|
||||
--pico-form-element-spacing-horizontal: 0.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue