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
I am using the ng-lightning module on my project. To work well, I had to import the vendor css from the package in the main styles.css file with "@import".
#1942 was solved via #2570, but that PR wouldn't allow for the functionality you need. Since node_modules isn't copied over to dist/, you'll need to have those assets inside your project (in src/assets/ for instance).
Hello.
I am using the ng-lightning module on my project. To work well, I had to import the vendor css from the package in the main styles.css file with "@import".
But to work better, I need assets/icons folders from the package. How to include them ?
ng-lightning
use a path to svg folder at the import. I can't give a node_modules/* pathThe text was updated successfully, but these errors were encountered: