mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
11 lines
174 B
CSS
11 lines
174 B
CSS
/**
|
|
* Transitions
|
|
*/
|
|
:where(:root),
|
|
:host {
|
|
--wa-transition-easing: ease;
|
|
--wa-transition-slow: 300ms;
|
|
--wa-transition-normal: 150ms;
|
|
--wa-transition-fast: 75ms;
|
|
}
|