feature(package) stylelint-config-standard v4.0.0

This commit is contained in:
coderaiser 2016-03-07 13:44:57 -05:00
parent f214183042
commit c4bd976c57
4 changed files with 5 additions and 3 deletions

View file

@ -10,3 +10,5 @@ rules:
string-quotes: single
function-url-quotes: none
no-eol-whitespace: null
font-family-name-quotes: single-unless-keyword

View file

@ -8,5 +8,5 @@
}
.help img {
max-width : 100%
max-width : 100%;
}

View file

@ -23,7 +23,7 @@
* when search element with
* document.elementFromPoint
*/
z-index: 1
z-index: 1;
}
.fancybox-overlay {

View file

@ -102,7 +102,7 @@
"recess": "^1.1.9",
"shortdate": "^1.0.1",
"stylelint": "^4.4.0",
"stylelint-config-standard": "^3.0.0",
"stylelint-config-standard": "^4.0.0",
"tape": "^4.4.0",
"version-io": "^1.2.5",
"yaspeller": "^2.6.0"