]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Drop IE9 comment
authorQuy <quy@fluxbb.org>
Thu, 29 Dec 2016 17:25:06 +0000 (09:25 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 29 Dec 2016 18:17:11 +0000 (10:17 -0800)
scss/mixins/_gradients.scss

index ebe797aa703cfc5a9aa6d5db42ebf4279a558dd9..8bfd97c4d8de8a8b19c24a727335177275689cd5 100644 (file)
@@ -11,7 +11,6 @@
 // Vertical gradient, from top to bottom
 //
 // Creates two color stops, start and end, by specifying a color and position for each color stop.
-// Color stops are not available in IE9.
 @mixin gradient-y($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
   background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
   background-repeat: repeat-x;