1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02: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

View File

@@ -36,7 +36,7 @@
.progress-bar-animated {
animation: progress-bar-stripes $progress-bar-animation-timing;
@if $enable-prefers-reduced-motion-media-query {
@if $enable-reduced-motion {
@media (prefers-reduced-motion: reduce) {
animation: none;
}