diff options
Diffstat (limited to 'docs/4.0/examples/.stylelintrc')
| -rw-r--r-- | docs/4.0/examples/.stylelintrc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/4.0/examples/.stylelintrc b/docs/4.0/examples/.stylelintrc deleted file mode 100644 index 6a77dcedb..000000000 --- a/docs/4.0/examples/.stylelintrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": "../../../.stylelintrc", - "rules": { - "at-rule-no-vendor-prefix": null, - "comment-empty-line-before": null, - "media-feature-name-no-vendor-prefix": null, - "property-no-vendor-prefix": null, - "selector-no-qualifying-type": null, - "selector-no-vendor-prefix": null, - "value-no-vendor-prefix": null - } -} |
