aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json')
-rw-r--r--srcs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json b/srcs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json
deleted file mode 100644
index 4db6c01..0000000
--- a/srcs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "extends": [
- "stylelint-config-wordpress"
- ],
- "plugins": ["stylelint-a11y"],
- "rules": {
- "font-family-no-missing-generic-family-keyword": null,
- "no-descending-specificity": null,
- "a11y/no-outline-none": true,
- "a11y/selector-pseudo-class-focus": true
- }
-}