2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +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
+1 -1
View File
@@ -30,7 +30,7 @@ html {
-webkit-text-size-adjust: 100%; // 4
-ms-text-size-adjust: 100%; // 4
-ms-overflow-style: scrollbar; // 5
-webkit-tap-highlight-color: rgba(0,0,0,0); // 6
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); // 6
}
// IE10+ doesn't honor `<meta name="viewport">` in some cases.