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

Use dart-sass as sass compiler #43

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

renatodeleao
Copy link
Collaborator

@renatodeleao renatodeleao commented Nov 29, 2019

dart-sass is the "reference implementation of sass", that means the first to support new features. Since we want to stay update to date with exciting new sass features this is a natural move.

This will allow us to migrate our codebase to the exciting new world of sass-modules

Related: #10 , #9

dart-sass is the bleeding edge sass compiler and will always be the first to support new features. Since we want to stay update to date with exciting new sass features this is a natural move.
required to add a jest config variable to package.json to overcome this issue
oddbird/true#156
lumninance uses float exponents which our current pow implmentation doens't support. Replaced with a powerfull math pow function provide by Tobias Bengfort.

Write some more assertions specifient all variations of input values that a pow function can have.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant