Skip to content
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

Add optional support for custom postcss plugins #8474

Closed

Commits on Feb 13, 2020

  1. Add optional support for custom postcss plugins

    This is accomplished via postcss.config.js, which will be searched for if `plugins` is not specified as an option to `postcss-loader`
    
    Postcss plugins are required to use Tailwind CSS, a popular styling framework which leverages a custom module import syntax.
    
    This overlaps slightly with facebook#8331, but takes a non-breaking change approach.
    dustinsoftware committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    2df5d3b View commit details
    Browse the repository at this point in the history