0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Disable important flag on Sass linter (#20627)

This commit is contained in:
Mark Otto 2016-09-04 17:58:20 -07:00 committed by GitHub
parent 9c720285b5
commit dc5c1421c6
6 changed files with 3 additions and 9 deletions

View File

@ -89,7 +89,7 @@ linters:
enabled: true
ImportantRule:
enabled: true
enabled: false
ImportPath:
enabled: true

View File

@ -214,7 +214,6 @@
//
// Custom override for collapse plugin in navbar.
// scss-lint:disable ImportantRule
.navbar-toggleable {
&-xs {
@include clearfix;
@ -255,4 +254,3 @@
}
}
}
// scss-lint:enable ImportantRule

View File

@ -1,4 +1,4 @@
// scss-lint:disable ImportantRule, QualifyingElement
// scss-lint:disable QualifyingElement
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css

View File

@ -1,4 +1,4 @@
// scss-lint:disable ImportantRule, QualifyingElement, DuplicateProperty
// scss-lint:disable QualifyingElement, DuplicateProperty
// Reboot
//

View File

@ -184,7 +184,6 @@
}
}
// scss-lint:disable ImportantRule
tr {
float: left;
@ -194,5 +193,4 @@
border: $table-border-width solid $table-border-color;
}
}
// scss-lint:enable ImportantRule
}

View File

@ -1,5 +1,3 @@
// scss-lint:disable ImportantRule
//
// Visibility utilities
//