diff --git a/.stylelintrc.js b/.stylelintrc.js new file mode 100644 index 0000000..319615a --- /dev/null +++ b/.stylelintrc.js @@ -0,0 +1,9 @@ +module.exports = { + extends: [ + 'stylelint-config-rational-order', + 'stylelint-stylus/standard' + ], + rules: { + 'stylus/pythonic': 'never' + } +} diff --git a/layout/_partial/article-copyright-info.ejs b/layout/_partial/article-copyright-info.ejs index 6964f9e..afdd710 100644 --- a/layout/_partial/article-copyright-info.ejs +++ b/layout/_partial/article-copyright-info.ejs @@ -1,5 +1,5 @@