diff options
| author | Chris Rebert <[email protected]> | 2016-01-13 15:34:01 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-13 15:34:01 -0800 |
| commit | 44a136107937fba8b7906f89c01894655fca5c2e (patch) | |
| tree | 8db985b3d4d3fc79cfc0d97e447a3263f60ac75e /scss/_carousel.scss | |
| parent | fa696d04659bf1298e06b1926a82513d5a8d691f (diff) | |
| download | bootstrap-44a136107937fba8b7906f89c01894655fca5c2e.tar.xz bootstrap-44a136107937fba8b7906f89c01894655fca5c2e.zip | |
Rename gradient mixins to match new naming convention
gradient-{horizontal=>x}[-three-colors]
gradient-{vertical=>y}[-three-colors]
Diffstat (limited to 'scss/_carousel.scss')
| -rw-r--r-- | scss/_carousel.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index bf0ea61d3..af8c95c62 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -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 |
