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

Add SASS to /src #26

Open
colinStevenson opened this issue May 19, 2017 · 1 comment
Open

Add SASS to /src #26

colinStevenson opened this issue May 19, 2017 · 1 comment

Comments

@colinStevenson
Copy link
Contributor

Right now, there are mirroring LESS and SASS files in /dist. Any style change requires us to update both LESS and SASS versions. Convention would have us make any code modifications in /src and have the contents of /dist be generated based on those updates. Either the lib should choose btw LESS or SASS or there should be a build step that takes what is in /src and outputs a LESS and SASS version.

@micha3ldavid
Copy link

My vote would be to lose the LESS since SCSS is more powerful. However, older/existing Markit sites use the LESS references in the projects so it's best we don't get rid of the LESS all-together.

Searching through NPM I found a bunch of LESS-to-SCSS converters, however, we want the opposite so we're working with the more powerful language. I can't seem to find a SCSS-to-LESS converter and that might be because SCSS is so much more powerful, which is why I had these mirror files to begin with.

Thoughts?

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

No branches or pull requests

2 participants