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

@ -1,7 +1,7 @@
@import 'style/vars';
@import 'style/mixins';
@import 'style/a';
@import 'framework/primitives/primitives';
@import 'framework/index';
@include responsive() using ($vars) {
& {
@ -13,16 +13,6 @@
@include on-small-screen {
font-size: 0.8em;
}
&[animations='off'] {
&,
*,
*::before,
*::after {
transition: none !important;
animation: none !important;
}
}
}
body {