refactor: update $css-var-prefix name

This commit is contained in:
Lucas Larroche 2023-12-28 13:21:52 +07:00
parent 2c97dc3ae5
commit 3c96e6043b
41 changed files with 866 additions and 759 deletions

View file

@ -4,7 +4,7 @@
//
// Prefix for CSS variables
$css-var-prefix: "pico-" !default;
$css-var-prefix: "--pico-" !default; // Must start with "--"
// Define the root element used to target <header>, <main>, <footer>
// with $enable-semantic-container and $enable-responsive-spacings
@ -137,6 +137,3 @@ $modules: map.merge(
),
$modules
);
// Shortcut for CSS vars prefix
$✨: --#{$css-var-prefix};