Skip to content
Extraits de code Groupes Projets
Valider 9fffe6aa rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Merge pull request #5535 from dimaursu/autoprefixer

Use the standard syntax for gradient
parents 145aac4d 80b4cb90
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -28,9 +28,7 @@ $default-border-radius: 3px; ...@@ -28,9 +28,7 @@ $default-border-radius: 3px;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#{$from}, endColorstr=#{$to})"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#{$from}, endColorstr=#{$to})";
background-image: gradient(linear, 0% $start, 0% $end, from($from), to($to)); background: linear-gradient(to top, $from $start, $to $end);
background-image: -moz-linear-gradient(top, $from $start, $to $end);
background-image: linear-gradient(top, $from $start, $to $end);
} }
@mixin horizontal-linear-gradient($from, $to, $start:0%, $end:100%){ @mixin horizontal-linear-gradient($from, $to, $start:0%, $end:100%){
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter