-
Notifications
You must be signed in to change notification settings - Fork 12k
feat(@angular/cli): Add postcss plugins #5850
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
feat(@angular/cli): Add postcss plugins #5850
Conversation
5143440
to
9ae000f
Compare
9ae000f
to
9c5de9a
Compare
given that bootstrap4 uses postcss-flexbugs-fixes[1] to generate its css this PR would enable angular-cli users to do the same and avoid issues[2] when integrating bootstrap4 source scss instead of dist css. |
@hansl @filipesilva can anyone of you look at this? 😺 |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
I'm sorry, but this sort of costumization is not something we're looking at adding right now. It's not as simple as just adding the names, some plugins also need args and they need to be installed. Can you instead open an issue where this can be discussed? |
@filipesilva similar to OP #7514 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Makes it possible to define postcss plugins that should be used with the postcss-loader. It is done be defining the plugins in the cli config as so: