1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Enforce lowercase class name in .stylelintrc (#27668)

This commit is contained in:
Christian Oliff
2018-11-17 21:01:16 +09:00
committed by XhmikosR
parent 75526bf2d0
commit 4734a926e9
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// stylelint-disable declaration-block-single-line-max-declarations
// stylelint-disable declaration-block-single-line-max-declarations, selector-class-pattern
.hll { background-color: #ffc; }
.c { color: #999; }