generated from alecodes/base-template
17 lines
343 B
SCSS
17 lines
343 B
SCSS
/* Required for Vite to consider this a css file if it's empty */
|
|
|
|
@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;
|
|
}
|
|
|
|
body {
|
|
background-color: red;
|
|
}
|