From c4bd976c57a40813687340b8bb139458443e7e06 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 7 Mar 2016 13:44:57 -0500 Subject: [PATCH] feature(package) stylelint-config-standard v4.0.0 --- .stylelintrc.yml | 2 ++ css/help.css | 2 +- css/view.css | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.stylelintrc.yml b/.stylelintrc.yml index 8959a9f7..6e55fb7f 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -10,3 +10,5 @@ rules: string-quotes: single function-url-quotes: none no-eol-whitespace: null + font-family-name-quotes: single-unless-keyword + diff --git a/css/help.css b/css/help.css index 30e42cee..42602618 100644 --- a/css/help.css +++ b/css/help.css @@ -8,5 +8,5 @@ } .help img { - max-width : 100% + max-width : 100%; } diff --git a/css/view.css b/css/view.css index 1cfac9a5..4edf7a7d 100644 --- a/css/view.css +++ b/css/view.css @@ -23,7 +23,7 @@ * when search element with * document.elementFromPoint */ - z-index: 1 + z-index: 1; } .fancybox-overlay { diff --git a/package.json b/package.json index 0496b91b..c7008b0d 100644 --- a/package.json +++ b/package.json @@ -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"