mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
refactor: prefix css vars
This commit is contained in:
parent
cba8f385c2
commit
c5a1ffc733
40 changed files with 2334 additions and 2329 deletions
|
@ -1,6 +1,6 @@
|
|||
@use "../settings";
|
||||
@use "../settings" as *;
|
||||
|
||||
@if settings.$enable-transitions and settings.$enable-important {
|
||||
@if enable-transitions and enable-important {
|
||||
/**
|
||||
* Reduce Motion Features
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue