Skip to content

Commit

Permalink
fix(stylelint): Unexpected invalid media query "screen(x)" for Tail…
Browse files Browse the repository at this point in the history
…wind (#2558)

Fixes #2557 

## Type of change

**PATCH: backwards compatible change**
  • Loading branch information
codepuncher committed May 5, 2024
1 parent 81ac889 commit dc6279f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/@roots/bud-tailwindcss/config/stylelint/common.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
module.exports = {
'function-no-unknown': [true, {ignoreFunctions: [`theme`]}],
'import-notation': null,
'media-query-no-invalid': null,
}

0 comments on commit dc6279f

Please sign in to comment.