Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-04 14:11:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-07 00:11:40 +0300
commitebc82db8efe129c4e91849373ed018d7e3f0194e (patch)
treef00e65cacad505e641b7f87a8e476d83cd0c6d32 /scss/_tables.scss
parent876733866911f4c6cfefeaf42aad5653105d7dce (diff)
Enable stylelint's no-duplicate-selectors rule.
Diffstat (limited to 'scss/_tables.scss')
-rw-r--r--scss/_tables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 32384391e1..6bd0b91a43 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -103,6 +103,7 @@
//
// Same table markup, but inverted color scheme: dark background and light text.
+// stylelint-disable-next-line no-duplicate-selectors
.table {
.thead-dark {
th {