stylelint: Drop old 'no-unsupported-browser-features' rule

Unsupported now.

Change-Id: I176c1f446ee2196327f6a4135090d666dc3dd1cc
This commit is contained in:
James D. Forrester 2017-04-10 08:58:33 -07:00
parent 003cc38e6c
commit 11769a5196

View file

@ -13,9 +13,7 @@
.ve-ui-mwReferenceContextItem .ve-ui-previewElement {
/* Reference links can often be too long, so break them up */
/* stylelint-disable no-unsupported-browser-features */
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
/* stylelint-enable no-unsupported-browser-features */
}