We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
buildCSS
The buildCSS function is currently compiling SASS code, and then passing it to postcss for processing.
The first step currently supports minification based on NODE_ENV, but the second always outputs unminified CSS.
NODE_ENV
Check possible options to improve this (or decide if it's worth it). One option would be adding an optional postcss plugin.
Context: #330 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
buildCSS
function is currently compiling SASS code, and then passing it to postcss for processing.The first step currently supports minification based on
NODE_ENV
, but the second always outputs unminified CSS.Check possible options to improve this (or decide if it's worth it). One option would be adding an optional postcss plugin.
The text was updated successfully, but these errors were encountered: