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

Use setProperty when setting style properties #9302

Merged
merged 5 commits into from Apr 20, 2017

Commits on Apr 10, 2017

  1. Use setProperty when setting style properties

    setProperty is faster in all/most modern browsers. It also lets us support CSS variables.
    Brandon Dail committed Apr 10, 2017
    Copy the full SHA
    7ef8f42 View commit details
    Browse the repository at this point in the history
  2. Only use setProperty when setting CSS variables

    Brandon Dail committed Apr 10, 2017
    Copy the full SHA
    f84597a View commit details
    Browse the repository at this point in the history
  3. Add test to ensure setting CSS variables do not warn

    Brandon Dail committed Apr 10, 2017
    Copy the full SHA
    a5669c7 View commit details
    Browse the repository at this point in the history
  4. Make this PR pretty again

    Brandon Dail committed Apr 10, 2017
    Copy the full SHA
    5bce45e View commit details
    Browse the repository at this point in the history
  5. Run fiber test script

    Brandon Dail committed Apr 10, 2017
    Copy the full SHA
    070e036 View commit details
    Browse the repository at this point in the history