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 /docs/4.0/examples/grid/grid.css | |
| 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 'docs/4.0/examples/grid/grid.css')
| -rw-r--r-- | docs/4.0/examples/grid/grid.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/examples/grid/grid.css b/docs/4.0/examples/grid/grid.css index 5f7e1af66..78f5dfda6 100644 --- a/docs/4.0/examples/grid/grid.css +++ b/docs/4.0/examples/grid/grid.css @@ -17,8 +17,8 @@ h3 { [class*="col-"] { padding-top: 1rem; padding-bottom: 1rem; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); + background-color: rgba(86, 61, 124, .15); + border: 1px solid rgba(86, 61, 124, .2); } hr { |
