-
Notifications
You must be signed in to change notification settings - Fork 20
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
Custom postcss config #79
Comments
Hey @fracsi, yeah that looks awesome! For sure open a PR! Question: should it be a bundle config or command option like you've done in your fork (or both like input_css)? |
I'm not sure - that's why i linked the fork and not created a PR yet :) I'm indecisive - postcss config is similar to tailwind config file
Right now i'm leaning towards 3. |
Sure, 3 sounds good to me. |
Hello ! I've been trying to use custom PostCSS plugins for a few hours on one of my project running with AssetMapper, does this confirm that it is not possible yet ? or is there any workaround available ? |
@j0r1s Currently it is not possible - i saw your message on Slack yesterday 😄 and i started to work on it to add support. |
Tailwind cli has a
postcss
option, which allows the user to load a custom PostCSS configuration.This allows using additional postcss plugins.
I have created a fork that adds it to the build command and the builder.
@kbond @bocharsky-bw What do you think? Would it be a nice addition?
The text was updated successfully, but these errors were encountered: