diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..e21e79a --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://json.schemastore.org/stylelintrc.json", + "extends": ["stylelint-config-standard"], + "rules": { + "selector-class-pattern": null, + "color-hex-length": "short", + "declaration-empty-line-before": null, + "rule-empty-line-before": [ + "always-multi-line", + { + "except": ["first-nested"], + "ignore": ["after-comment"] + } + ] + } +} diff --git a/index.html b/index.html index 731ebbc..f72c0a9 100644 --- a/index.html +++ b/index.html @@ -33,215 +33,7 @@ } } - +