Skip to content
New issue

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

incorporate a css build system #6493

Closed
andrewharvey opened this issue Apr 10, 2018 · 1 comment · Fixed by #6513
Closed

incorporate a css build system #6493

andrewharvey opened this issue Apr 10, 2018 · 1 comment · Fixed by #6513
Assignees

Comments

@andrewharvey
Copy link
Collaborator

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.

@anandthakker
Copy link
Contributor

Good idea, though I'd be more inclined towards PostCSS over SASS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants