From 287b437e649d367937b13924f1a686ec068eeb6f Mon Sep 17 00:00:00 2001 From: pypy Date: Fri, 26 Jun 2020 21:44:37 +0900 Subject: [PATCH] update .stylelintrc.js --- html/.stylelintrc.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/html/.stylelintrc.js b/html/.stylelintrc.js index 44ce916a..0758d3fd 100644 --- a/html/.stylelintrc.js +++ b/html/.stylelintrc.js @@ -20,14 +20,14 @@ module.exports = { // 'declaration-empty-line-before': null, // 'declaration-no-important': true, // 'font-family-name-quotes': 'always-where-recommended', - 'font-weight-notation': [ - 'numeric', - { - 'ignore': [ - 'relative' - ] - } - ], + // 'font-weight-notation': [ + // 'numeric', + // { + // 'ignore': [ + // 'relative' + // ] + // } + // ], // 'function-url-no-scheme-relative': true, 'function-url-quotes': 'always', 'indentation': 4, // pypy @@ -35,7 +35,7 @@ module.exports = { // 'max-line-length': null, // 'media-feature-name-no-vendor-prefix': true, 'no-descending-specificity': null, - 'number-leading-zero': 'never', + 'number-leading-zero': null, // pypy 'order/properties-order': [ 'position', 'top',