How to reference npm'd sass files
Clash Royale CLAN TAG#URR8PPP
How to reference npm'd sass files
If I npm install bootstrap, or npm install neat, how do I reference these in my scss files?
Do I have to know the exact path in the npm_modules folder?
If I try:
@import "neat"
or
@import "bootstrap"
I get an error saying it can't find the path.
Is the best way to not even use npm and just download the scss files into a folder and reference it from there?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.