Add responsiveness for footer. Update gulpjs, package.json and bootstrap sass
This commit is contained in:
9
static/assets/bootstrap/sass/mixins/_transition.sass
Normal file
9
static/assets/bootstrap/sass/mixins/_transition.sass
Normal file
@@ -0,0 +1,9 @@
|
||||
=transition($transition...)
|
||||
@if $enable-transitions
|
||||
@if length($transition) == 0
|
||||
transition: $transition-base
|
||||
@else
|
||||
transition: $transition
|
||||
|
||||
@media screen and (prefers-reduced-motion: reduce)
|
||||
transition: none
|
Reference in New Issue
Block a user