2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Enable stylelint's function-comma-space-after. (#24501)

The option is set to `always-single-line` in stylelint-config-standard which we extend.
This commit is contained in:
XhmikosR
2017-10-23 00:00:00 +03:00
committed by GitHub
parent 44278f89e3
commit 29d58fb758
15 changed files with 63 additions and 64 deletions
+2 -2
View File
@@ -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 {