Skip to content

Commit f4126bf

Browse files
author
Florian Uhlig
committed
feat(base): add new rule no-unknown-custom-media
- disabled by default
1 parent 8cb4fde commit f4126bf

File tree

1 file changed

+3
-0
lines changed
  • packages/stylelint-config-copilot-base

1 file changed

+3
-0
lines changed

packages/stylelint-config-copilot-base/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,9 @@ module.exports = {
602602
// Specify a pattern for custom media query names.
603603
'custom-media-pattern': null,
604604

605+
// Disallow unknown custom media queries.
606+
'no-unknown-custom-media': null,
607+
605608
// Require or disallow an empty line before custom properties (Autofixable).
606609
'custom-property-empty-line-before': null,
607610

0 commit comments

Comments
 (0)