-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Scripts: Add support for postcss.config.js #22735
Conversation
Size Change: -16.3 kB (1%) Total Size: 1.11 MB
ℹ️ View Unchanged
|
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.
Looks good to me 👍
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.
Nicely done, thank you for adding support for it do quickly 💯
Awesome, feel free to merge it 😃 |
@ocean90 could you validate this case? In
My file
Then I import to my source src/index.js
My
But the compiled source seems not convert to |
Description
Fixes #22732.
This implements the Babel config behaviour for PostCSS and its
postcss.config.js
.How has this been tested?
npm i -D postcss-import postcss-mixins postcss-nested postcss-preset-env postcss-hexrgba css-mqpacker cssnano
Screenshots
Types of changes
New feature
Checklist: