mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
refactor: update $css-var-prefix name
This commit is contained in:
parent
21f9a2be62
commit
c7a077f1a3
3 changed files with 4 additions and 14 deletions
|
@ -240,7 +240,7 @@
|
|||
|
||||
@if $enable-transitions {
|
||||
transition:
|
||||
opacity var(--pico-transition),
|
||||
opacity var(#{$css-var-prefix}transition),
|
||||
transform 0s ease-in-out 0s;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue