Skip to content

Commit 36b41f2

Browse files
author
Divya Manian
committed
adding o/ms gradient and unprefixed one
1 parent 1a80515 commit 36b41f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/preboot.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@
255255
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
256256
background-image: -webkit-linear-gradient(@startColor, color-stop(@colorStop, @midColor), @endColor);
257257
background-image: -moz-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
258+
background-image: -ms-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
259+
background-image: -o-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
260+
background-image: linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
258261
}
259262
}
260263

0 commit comments

Comments
 (0)