1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02: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

@@ -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
}