1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Rename gradient mixins to match new naming convention

gradient-{horizontal=>x}[-three-colors]
gradient-{vertical=>y}[-three-colors]
This commit is contained in:
Chris Rebert
2016-01-13 15:34:01 -08:00
parent fa696d0465
commit 44a1361079
2 changed files with 6 additions and 6 deletions

View File

@@ -102,12 +102,12 @@
// Set gradients for backgrounds
&.left {
@include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
@include gradient-x($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
}
&.right {
right: 0;
left: auto;
@include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
@include gradient-x($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
}
// Hover/focus state