From: morishitter Date: Mon, 4 Jul 2016 09:56:16 +0000 (+0900) Subject: Add flex-wrap and overflow-wrap properties to the list of property order in .scss... X-Git-Tag: v4.0.0-alpha.6~477^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df6d3b445ebd68d6c58f0a5258d26b904b93f9ef;p=thirdparty%2Fbootstrap.git Add flex-wrap and overflow-wrap properties to the list of property order in .scss-lint.yml --- diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml index af837e4d03..302bd5056b 100644 --- a/scss/.scss-lint.yml +++ b/scss/.scss-lint.yml @@ -152,6 +152,7 @@ linters: - flex-align - flex-basis - flex-direction + - flex-wrap - flex-flow - flex-grow - flex-order @@ -228,6 +229,7 @@ linters: - word-spacing - -ms-word-wrap - word-wrap + - overflow-wrap - -moz-tab-size - -o-tab-size - tab-size