diff --git a/.stylelintrc.json b/.stylelintrc.json index 8f17c20..ea78268 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,5 +1,5 @@ { - "extends": "stylelint-config-standard-scss", + "extends": "@hugomods/stylelint-config", "rules": { "at-rule-no-unknown": null, "color-function-notation": null,