Including css file from node_modules in scss

Thx!

So indeed with "includePaths" (slice "node_modules") and @import "leaflet/dist/leaflet"; it works :slight_smile:

So it’s important to not use the *.css extension.

Now I only wonder why I need to explicitly include "includePaths" (slice "node_modules") as for .scss imports it works without it…

1 Like