/* 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; }