module.exports = { extends: ['stylelint-config-standard'], rules: { 'at-rule-no-unknown': [ true, { ignoreAtRules: ['tailwind', 'apply', 'variants', 'responsive', 'screen', 'layer'] } ], 'selector-class-pattern': null, 'custom-property-pattern': null } };