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

css3 will-change property #25

Closed
spacecowboy23 opened this issue Jul 17, 2015 · 1 comment
Closed

css3 will-change property #25

spacecowboy23 opened this issue Jul 17, 2015 · 1 comment

Comments

@spacecowboy23
Copy link

For me it seems that the css3 property will-change is not supported.
If i'm right, can you please add support for the will-change poperty?

army8735 added a commit to army8735/homunculus that referenced this issue Jul 18, 2015
@army8735
Copy link
Owner

updated it.

If there are some css property keywords missed, u can use addKeyWord to add it.

var More = require('more-css');
More.addKeyWord('will-change');
//or
More.addKeyWord(['will-change', '...']);

it works on global.

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

No branches or pull requests

2 participants