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
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 @import './src/reboot.css';, but it's confusing.
Any chance of getting this added? We really need to support including files relative to the parent css file (current directory). We can't use absolute paths in our includes.
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@import './src/reboot.css';
, but it's confusing.npm run dev
The text was updated successfully, but these errors were encountered: