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
Why is 'transition' webkit only? in vendor.styl
vendor.styl
Firefox (at least Firefox4) does support transitions.
I had to redefine transition
transition() vendor('transition', arguments)
The text was updated successfully, but these errors were encountered:
390c277
because nib is 0.0.6 :p that's why
Sorry, something went wrong.
:)
But why put the 'only' clause on 'transition' to begin with? Unless some other browser is known to barf upon seeing the transition property.
well if there are browsers that we know do not support it then it's just a waste of space
Merge pull request #4 from kizu/slang-master
8858b5d
Better usage of vendor helpers
No branches or pull requests
Why is 'transition' webkit only? in
vendor.styl
Firefox (at least Firefox4) does support transitions.
I had to redefine transition
The text was updated successfully, but these errors were encountered: