2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

basic linting changes, disable some id selector testing per file as needed

This commit is contained in:
Mark Otto
2016-01-03 18:17:58 -08:00
parent ef5e2a5b5b
commit 7a582b2ffe
6 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
// scss-lint:disable IdSelector
//
// Automatically style Markdown-based tables like a Bootstrap `.table`.
//
@@ -7,8 +9,8 @@
display: block;
width: 100%;
max-width: 100%;
overflow-y: auto;
margin-bottom: $spacer;
overflow-y: auto;
// Cells
> thead,