You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Find important-scoped and prefixed version of class in shadow lookup
111
+
()=>{
112
+
returnfindClass(
113
+
increaseSpecificity(
114
+
config.important,
115
+
prefixSelector(config.prefix,classToApply)
116
+
),
117
+
shadowLookup,
118
+
onError
119
+
)
120
+
},
91
121
()=>{
92
122
// prettier-ignore
93
123
throwonError(`\`@apply\` cannot be used with \`${classToApply}\` because \`${classToApply}\` either cannot be found, or its actual definition includes a pseudo-selector like :hover, :active, etc. If you're sure that \`${classToApply}\` exists, make sure that any \`@import\` statements are being properly processed *before* Tailwind CSS sees your CSS, as \`@apply\` can only be used for classes in the same CSS tree.`)
0 commit comments