feat: pico css is now used as a node module
less clutter yeet
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@use "sass:map";
|
||||
@use "../pico/settings" as *;
|
||||
@use "../node_modules/@picocss/pico/scss/settings" as *;
|
||||
|
||||
@use "light";
|
||||
@use "dark";
|
||||
@@ -35,4 +35,4 @@
|
||||
#{$parent-selector} [type="radio"],
|
||||
#{$parent-selector} [type="range"] {
|
||||
accent-color: var(#{$css-var-prefix}primary);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user