1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

disable it for the whole file

This commit is contained in:
Mark Otto
2016-01-06 00:00:08 -08:00
parent 069277e86f
commit 4625547aea

View File

@@ -1,3 +1,5 @@
// scss-lint:disable PropertyCount
// Embedded icons from Open Iconic. // Embedded icons from Open Iconic.
// Released under MIT and copyright 2014 Waybury. // Released under MIT and copyright 2014 Waybury.
// http://useiconic.com/open // http://useiconic.com/open
@@ -204,7 +206,6 @@
} }
} }
// scss-lint:disable PropertyCount
.custom-file-control { .custom-file-control {
position: absolute; position: absolute;
top: 0; top: 0;
@@ -242,4 +243,3 @@
border-radius: 0 .25rem .25rem 0; border-radius: 0 .25rem .25rem 0;
} }
} }
// scss-lint:enable PropertyCount