Enhance line

This commit is contained in:
Schmelczer András 2020-01-09 09:45:22 +01:00
parent aa0906405c
commit b1fd2f372f
9 changed files with 96 additions and 86 deletions

View file

@ -0,0 +1,9 @@
html[animations='off'] {
&,
*,
*::before,
*::after {
transition: none !important;
animation: none !important;
}
}

2
src/framework/index.scss Normal file
View file

@ -0,0 +1,2 @@
@import 'primitives/primitives';
@import 'helper/animations/animations';