Skip to content

Commit 095370f

Browse files
committed
drop comment
1 parent 19a08ed commit 095370f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/tailwindcss/src/apply.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,6 @@ export function substituteAtApply(ast: AstNode[], designSystem: DesignSystem) {
201201
)
202202
}
203203

204-
// If we find a dashed ident *here* it means that someone is trying
205-
// to use mixins and our `@apply` behavior together.
206-
//
207-
// This is considered invalid usage and we want to inform the user
208-
// as such.
209204
let hasBody = child.nodes.length > 0
210205

211206
if (hasBody && normalIdents.length) {

0 commit comments

Comments
 (0)