-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tailwindcss at-rule error in the style tag of the vue file. #50
Comments
Thanks for the demo, it seems to require special processing of vue files. For example, I need to parse the vue file and convert it into ast, and then do the obfuscation separately. This will be in the future! |
Thanks for your response. if (!applyClassCache.has(applyCandidate)) {
throw apply.error(`The \`${applyCandidate}\` class does not exist. If \`${applyCandidate}\` is a custom class, make sure it is defined within a \`@layer\` directive.`);
} It seems that the application wants to load the obfuscated class name from the cache (here |
@Iran-110 assalam why it doesnt work |
@neonarc4 salamon alaykom. It's explained in the |
If we use at-rule in the vue file, the plugin will stop building the application.
Nuxt project info:
The text was updated successfully, but these errors were encountered: