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
http://github.com/nex3/sass/issues/issue/4/
In order to target IE-specific fixes with handy mixins, it is necessary to do some simple math that is not supported currently in SASS.
Potential uses:
The text was updated successfully, but these errors were encountered:
I use trig functions for pure CSS ribbons (allows me to change the angle without having to manually recalculate border dimensions).
Here's my implementation: http://gist.github.com/609458.
Sorry, something went wrong.
Added trigonometry functions for fun and profit. Closed by 463301e.
hawt. I will do something incredibly useless with this new functionality.
Added trigonometry functions for fun and profit.
463301e
Closes CompassGH-201.
No branches or pull requests
http://github.com/nex3/sass/issues/issue/4/
In order to target IE-specific fixes with handy mixins, it is necessary to do some simple math that is not supported currently in SASS.
Potential uses:
The text was updated successfully, but these errors were encountered: