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

Combine postcss with icon font generation warning #402

Open
Wolfr opened this issue Jul 15, 2021 · 1 comment
Open

Combine postcss with icon font generation warning #402

Wolfr opened this issue Jul 15, 2021 · 1 comment
Labels

Comments

@Wolfr
Copy link
Contributor

Wolfr commented Jul 15, 2021

It is currently not possible to combine postcss as an css compiler together with generating an icon font.

  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.

@Wolfr Wolfr added the low-prio label Nov 16, 2021
@Wolfr
Copy link
Contributor Author

Wolfr commented Nov 16, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant