-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
Description
According to the docs, postcss-import support importing from node_modules.
Unfortunately this does not work with scoped repositories and .css file extension:
node_modules/@brand/package-1
@import '@brand/package-1.css;'To get it to work, I have to remove the file-extension @import '@brand/package-1; but this might cause resolving issues than also using JS imports.
I am not sure if #306 tackles this issue
Reactions are currently unavailable