postcss-nested-import
postcss-nested-import copied to clipboard
@import stylesheets inside nested CSS
We have this in our css file from when using the normal `postcss-import` plugin: @import url('https://rsms.me/inter/inter.css'); When adding `postcss-nested-import` now we get an error on this line. Is there a...
With the following structure, when I try to import reboot.css with `@import './reboot.css';` in app.css, an "error reading file" error was caught. For work, I have to import it with...
On reflection, I think it'd make more sense to fork and PR and [postcss-import](https://github.com/postcss/postcss-import) vs building a home-brew version. postcss-import has a lot of functionality out-the-box, including duplicate detection and...