mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
Shorten if notations so that property order can be applied
This commit is contained in:
committed by
XhmikosR
parent
dc64ff3314
commit
f54b83073d
@@ -166,9 +166,7 @@
|
||||
pointer-events: none;
|
||||
background-color: transparent;
|
||||
// Remove CSS gradients if they're enabled
|
||||
@if $enable-gradients {
|
||||
background-image: none;
|
||||
}
|
||||
background-image: if($enable-gradients, none, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user