Disable DuplicateProperty for CSS hack

This commit is contained in:
Michael Rose 2017-03-16 15:39:43 -04:00
parent 515fe375e6
commit ce7dc78dc1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ table {
width: 100%;
border-collapse: collapse;
/* For Firefox to horizontally scroll wider tables */
// scss-lint:disable DuplicateProperty
word-break: normal;
word-break: keep-all;
}