forked from AuroraMiddleware/gtk
e9e557a353
Seems these were not kept up-to-date with the recent CSS parser changes.
7 lines
123 B
CSS
7 lines
123 B
CSS
* {
|
|
transition-delay: 0;
|
|
transition-duration: 1s;
|
|
transition-property: loop;
|
|
transition-timing-function: linear;
|
|
}
|