diff options
| author | XhmikosR <[email protected]> | 2017-10-23 00:00:00 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-23 00:00:00 +0300 |
| commit | 29d58fb758683db42c2d716ac654dea3ab6063c7 (patch) | |
| tree | 48d6df852c4c36cfc73476f8819e1cdf751fbe57 /scss/_carousel.scss | |
| parent | 44278f89e3df784f0f6397a938351b28b0f4acbf (diff) | |
| download | bootstrap-29d58fb758683db42c2d716ac654dea3ab6063c7.tar.xz bootstrap-29d58fb758683db42c2d716ac654dea3ab6063c7.zip | |
Enable stylelint's `function-comma-space-after`. (#24501)
The option is set to `always-single-line` in stylelint-config-standard which we extend.
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 c3c207387..72a503445 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -91,13 +91,13 @@ .carousel-control-prev { left: 0; @if $enable-gradients { - background: linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,.001)); + background: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001)); } } .carousel-control-next { right: 0; @if $enable-gradients { - background: linear-gradient(270deg, rgba(0,0,0,.25), rgba(0,0,0,.001)); + background: linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001)); } } |
