2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Shorten if notations so that property order can be applied

This commit is contained in:
Martijn Cuppens
2019-12-19 11:18:05 +01:00
committed by XhmikosR
parent dc64ff3314
commit f54b83073d
3 changed files with 7 additions and 16 deletions
+1 -3
View File
@@ -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);
}
}