-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Re-architect CSS transform + Support SCSS Modules + Support basic TailwindCSS #133
Conversation
✅ Deploy Preview for jest-preview-library canceled.
|
0faf137
to
6a59e6f
Compare
6a59e6f
to
0ec5315
Compare
# Conflicts: # package-lock.json # package.json # src/transform.ts
if (isModule) { | ||
return processCSSModules(cssSrc, filename); | ||
} | ||
|
||
// TailwindCSS | ||
if (isTailwindCSS(cssSrc)) { | ||
return processTailwindCSS(cssSrc, filename); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to dynamically update the config, then feed it into a single postss
execution?
To work on this case
|
Features
.module.scss
)