-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Providing scss files for better modularity #198
Comments
That could be nice, except it is not trivial to do. We currently use the In short: producing the scss file is easy, but it would have to be after a move to ES6. Adapting the project to ES6 is a bit more involved... |
I think you're right but there are just 3 CSS changes last year. Theoretically, we could first offer SCSS and CSS simultaneously |
I have a question. Why would converting the CSS to SCSS require converting the JS to ES6 syntax first? It would be super simple to add the SCSS file and then update the EDIT: Just realized this uses Grunt instead of Gulp. Anyways, wouldn't be difficult to add this. Also you should convert over to Gulp ;-) |
You're right, we could do those in any order. I'd accept a PR for grunt to gulp and/or a PR from css to scss |
Would it be possible that you providing scss files with the package? If desired, i write the pull request :)
The text was updated successfully, but these errors were encountered: