refactor!: change css library to picocss

This commit is contained in:
Alexander Navarro 2025-04-15 14:08:31 -04:00
parent 48b0252ec4
commit 27037a9f75
6 changed files with 25 additions and 21 deletions

View file

@ -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;
}