diff --git a/.stylelintignore b/.stylelintignore index e143e61..e0f7c2b 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -2,3 +2,4 @@ dist/ docs/ vendor/ node_modules/ +*.min.css diff --git a/.stylelintrc.json b/.stylelintrc.json index 59af9ca..58c6190 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,3 @@ { - "extends": "stylelint-config-wordpress", + "extends": "stylelint-config-wordpress" }