Skip to content

Commit

Permalink
fix: allow us to use theme within a media-query
Browse files Browse the repository at this point in the history
```
resources/scss/components/_menu-top.scss
  28:12  ✖  Unexpected invalid media query "(max-width: theme('screens.mt'))"
```
  • Loading branch information
chrispelzer committed Oct 8, 2024
1 parent ee51be1 commit 7a21143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ignoreFunctions": [
"theme"
]
}]
}],
"media-query-no-invalid": null
}
}

0 comments on commit 7a21143

Please sign in to comment.