Enhance line
This commit is contained in:
parent
aa0906405c
commit
b1fd2f372f
9 changed files with 96 additions and 86 deletions
9
src/framework/helper/animations/animations.scss
Normal file
9
src/framework/helper/animations/animations.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
html[animations='off'] {
|
||||
&,
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
transition: none !important;
|
||||
animation: none !important;
|
||||
}
|
||||
}
|
||||
2
src/framework/index.scss
Normal file
2
src/framework/index.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@import 'primitives/primitives';
|
||||
@import 'helper/animations/animations';
|
||||
Loading…
Add table
Add a link
Reference in a new issue