mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
refactor: update $css-var-prefix name
This commit is contained in:
parent
2c97dc3ae5
commit
3c96e6043b
41 changed files with 866 additions and 759 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue