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
I'm trying to import a CSS file within Less using the following import:
@import (inline) "normalize.css/normalize.css";
The compile seems to run correctly when I probe into the files generated, but I get the following error, causing my tests to fail and the first load of my page to report that "normalize.css.less" is not found.
I'm trying to import a CSS file within Less using the following import:
The compile seems to run correctly when I probe into the files generated, but I get the following error, causing my tests to fail and the first load of my page to report that "normalize.css.less" is not found.
The full traceback:
The text was updated successfully, but these errors were encountered: