We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My file have:
@import url('css/margin-tools.css');
i try also change it to
@import 'css/margin-tools.css';
but still receive this error :(
Warning: Path must be a string. Received undefined Use --force to continue. Aborted due to warnings.
Warning: Path must be a string. Received undefined Use --force to continue.
Aborted due to warnings.
I think that this library do the imports and create a css file with yet imported code, i missed up something?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My file have:
i try also change it to
but still receive this error :(
Warning: Path must be a string. Received undefined Use --force to continue.
Aborted due to warnings.
I think that this library do the imports and create a css file with yet imported code, i missed up something?
The text was updated successfully, but these errors were encountered: