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
It is currently not possible to combine postcss as an css compiler together with generating an icon font.
postcss
css
css: { compiler: 'scss', minify: false, purge: false },
icons: { generateIconFont: false, iconFontPath: "./content/scss/_icon-font.scss", svgIconClassPrefix: 'o-svg-icon', iconFontClassPrefix: 'if' },
Bedrock should throw an error if you attempt to do so.
The text was updated successfully, but these errors were encountered:
This relates to #403 - as it's about similar settings.
However as I don't know anyone actually using postcss in combination with an icon font, I will make this a low prio item.
Sorry, something went wrong.
No branches or pull requests
It is currently not possible to combine
postcss
as ancss
compiler together with generating an icon font.Bedrock should throw an error if you attempt to do so.
The text was updated successfully, but these errors were encountered: