1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02: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

View File

@@ -9,7 +9,7 @@
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
clip: rect(0, 0, 0, 0);
white-space: nowrap;
clip-path: inset(50%);
border: 0;