Add https://nodejs.org/api/packages.html#subpath-imports to package.json then in the main css file import `@import "#cssfiles/includes.css`. There will be a SyntaxError `Failed to find '#cssfiles/includes.css'`. ``` "imports": { "#cssfiles/*.css": "./cssfiles/*.css" } ```
Add https://nodejs.org/api/packages.html#subpath-imports to package.json then in the main css file import
@import "#cssfiles/includes.css. There will be a SyntaxErrorFailed to find '#cssfiles/includes.css'.