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
Code like this is not supported:
@font-face { font-family: "MyFont"; src: url("MyFont.woff"); }
It results in this error:
Module not found: Error: Can't resolve './"MyFont.woff"' in 'some/dir/on/machine'
Seems like a quick fix in processStyles.
The text was updated successfully, but these errors were encountered:
Parse double quotes in urls in css as well
2f4e579
Fixes aruntk#13 Note that the regex was also updated to only have single quotes once between the '[]'.
No branches or pull requests
Code like this is not supported:
It results in this error:
Seems like a quick fix in processStyles.
The text was updated successfully, but these errors were encountered: