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

Drop: .opacity() mixin because we no longer support IE8

This commit is contained in:
Mark Otto
2014-07-08 19:22:19 -07:00
parent c825629ffe
commit ff4ff3bd06
9 changed files with 7 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
// Opacity
.opacity(@opacity) {
opacity: @opacity;
}