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

Adding trig functions for angle calculations #201

Closed
heygrady opened this issue Oct 4, 2010 · 3 comments
Closed

Adding trig functions for angle calculations #201

heygrady opened this issue Oct 4, 2010 · 3 comments

Comments

@heygrady
Copy link

heygrady commented Oct 4, 2010

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:

  • IE specific fixes like calculating the shadow angle from the css compliant offsets.
  • Working with CSS transforms
@thedarkone
Copy link

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.

@chriseppstein
Copy link
Member

Added trigonometry functions for fun and profit.
Closed by 463301e.

@heygrady
Copy link
Author

hawt. I will do something incredibly useless with this new functionality.

donaldpiret pushed a commit to donaldpiret/compass that referenced this issue May 4, 2011
This issue was closed.
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

3 participants