Transition all style changes with a fade
This commit is contained in:
parent
0e71a2a104
commit
777c9fbf9a
|
@ -23,8 +23,10 @@
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: $font;
|
font-family: $font;
|
||||||
|
transition: all 0.2s ease-in;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
transition: all 0.2s ease-in;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue