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

angles and times arithmetics #1338

Closed
yukulele opened this issue Jul 26, 2014 · 1 comment
Closed

angles and times arithmetics #1338

yukulele opened this issue Jul 26, 2014 · 1 comment

Comments

@yukulele
Copy link

SASS should be able to add 2 angles or 2 times with different units:

.foo{
  //angles:
  transform: rotate( 1turn + 90deg ); // rotate(1.25turn);

  //times:
  animation-duration: 1s + 500ms; // 1.5s;
  animation-delay: 700ms + 2s; // 2700ms;
}

https://developer.mozilla.org/en/docs/Web/CSS/angle
https://developer.mozilla.org/en/docs/Web/CSS/time

@nex3
Copy link
Contributor

nex3 commented Jul 26, 2014

This is already supported in 3.4.

@nex3 nex3 closed this as completed Jul 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants