diff --git a/.stylelintrc.json b/.stylelintrc.json index 2d8031d1..c81f48bd 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -42,6 +42,11 @@ "type": "rule", "selector": "&:active" }, + { + "type": "at-rule", + "name": "media", + "hasBlock": true + }, { "type": "rule", "selector": "&:disabled"