2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Rename variables for brevity

- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion`
- Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
This commit is contained in:
Mark Otto
2020-04-13 17:48:19 -07:00
committed by Mark Otto
parent bb7ada6548
commit 0408799ae5
6 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
transition: $transition;
}
@if $enable-prefers-reduced-motion-media-query and nth($transition, 1) != null and nth($transition, 1) != none {
@if $enable-reduced-motion and nth($transition, 1) != null and nth($transition, 1) != none {
@media (prefers-reduced-motion: reduce) {
transition: none;
}