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
Processor is great but it only supports JS convention at the moment.
When I generate compressed CSS with dart-sass, sourcemapping URL comment looks like following (
/*# sourceMappingURL=application.css.map */
Unfortunately, its not taken into account by current preprocessor, which expects JS syntax (//# sourceMappingURL) both in parsing and in generation
//# sourceMappingURL
The text was updated successfully, but these errors were encountered:
Note #498
Sorry, something went wrong.
No branches or pull requests
Processor is great but it only supports JS convention at the moment.
When I generate compressed CSS with dart-sass, sourcemapping URL comment looks like following (
/*# sourceMappingURL=application.css.map */
Unfortunately, its not taken into account by current preprocessor, which expects JS syntax (
//# sourceMappingURL
) both in parsing and in generationThe text was updated successfully, but these errors were encountered: