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
It can be painstaking to edit the inline svg assets in mapbox-gl.css by hand.
There is also inconstancy, some are base64 encoded others url encoded.
Should we convert the mapbox-gl.css into SASS and use https://www.npmjs.com/package/sass-inline-svg to automatically base64 and inline SVG assets.
The text was updated successfully, but these errors were encountered:
Good idea, though I'd be more inclined towards PostCSS over SASS.
Sorry, something went wrong.
andrewharvey
Successfully merging a pull request may close this issue.
It can be painstaking to edit the inline svg assets in mapbox-gl.css by hand.
There is also inconstancy, some are base64 encoded others url encoded.
Should we convert the mapbox-gl.css into SASS and use https://www.npmjs.com/package/sass-inline-svg to automatically base64 and inline SVG assets.
The text was updated successfully, but these errors were encountered: