I’m adding Font Awesome following this post importing it into main.scss
But after this, I’m not able to build the project anymore, because the styles lint is scanning the Font Awesome code and it’s failing.
How can I configure to ignore 3rd party package?
botta
3
Could /* stylelint-disable */ at the beginning of the 3rd party style sheet help?
Or you could try with a “.stylelintrc.json” and ignore styles.
1 Like
system
Closed
5
This topic was automatically closed after 42 days. New replies are no longer allowed.