diff --git a/index.js b/index.js index 2e61da4..2bd1008 100644 --- a/index.js +++ b/index.js @@ -21,6 +21,7 @@ module.exports = { customSyntax: 'postcss-less', rules: { 'function-no-unknown': null, + "media-query-no-invalid": null, 'no-invalid-position-at-import-rule': null, } } diff --git a/package.json b/package.json index 78e4c96..7abfd95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plesk/stylelint-config", - "version": "3.0.0", + "version": "3.0.1", "description": "Stylelint shareable config for Plesk projects", "main": "index.js", "keywords": [