Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Sep 24, 2024
1 parent 1971422 commit 75f505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwindcss/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async function parseCss(

// Drop instances of `@media selector(…)`
//
// We support `@import "tailwindcss" selector(ident)` as a way to
// We support `@import "tailwindcss" selector()` as a way to
// nest utilities under a custom selector.
if (node.selector.startsWith('@media selector(')) {
let themeParams = node.selector.slice(16, -1)
Expand Down

0 comments on commit 75f505f

Please sign in to comment.