1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 07:35:04 +03:00

lint disable

This commit is contained in:
Jon Rohan 2016-03-04 12:17:04 -05:00
parent 392fb94079
commit 8629e4e581

View File

@ -1,5 +1,5 @@
// Color utilities
// scss-lint:disable SpaceBeforeBrace
// scss-lint:disable SpaceBeforeBrace EmptyLineBetweenBlocks
// background colors
.bg-white { background-color: $bg-white !important; }