You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To let iconsauce builds, it needs a css entrypoint with a special at-rule inside:
@iconsauce;
/* You can also add more code for icons here */
At this point, how PostCSS is integrated in yout build system depends on the framework you are using, we will add more reproducible example as soon as possibile:
create-react-app
Next
Angular
PostCSS CLI
If you want to use iconsauce from CLI with PostCSS, install an additional dependency:
npm i --save-dev postcss-cli
Now you can add a script to build in your package.json file.