generated from alecodes/base-template
wip: change assets handling to vite-rs
This commit is contained in:
parent
6cf98d1f1a
commit
adbade7411
26 changed files with 761 additions and 112 deletions
17
frontend/assets/css/style.scss
Normal file
17
frontend/assets/css/style.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/* 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue