Skip to content

Commit ce7dc78

Browse files
committed
Disable DuplicateProperty for CSS hack
1 parent 515fe37 commit ce7dc78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/basically-basic/_tables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ table {
77
width: 100%;
88
border-collapse: collapse;
99
/* For Firefox to horizontally scroll wider tables */
10+
// scss-lint:disable DuplicateProperty
1011
word-break: normal;
1112
word-break: keep-all;
1213
}

0 commit comments

Comments
 (0)