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

Native cssstylesheet #853

Merged
merged 27 commits into from
Apr 11, 2020
Merged

Native cssstylesheet #853

merged 27 commits into from
Apr 11, 2020

Commits on Apr 7, 2020

  1. support native CSSStyleSheet

    samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    fbf95c0 View commit details
    Browse the repository at this point in the history
  2. fix test

    samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ee83057 View commit details
    Browse the repository at this point in the history
  3. comment tweaks

    samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6e5cc41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b716590 View commit details
    Browse the repository at this point in the history
  5. fix test

    samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    024abcb View commit details
    Browse the repository at this point in the history
  6. review feedback

    samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e535bc9 View commit details
    Browse the repository at this point in the history
  7. fix bad merge

    samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f7009ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c988d9 View commit details
    Browse the repository at this point in the history
  9. Use only one styles array

    justinfagnani authored and samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a24cb63 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c2821a View commit details
    Browse the repository at this point in the history
  11. review feedback

    samthor committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d90c070 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. flatten sheets where possible

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    94286e4 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    8742ab5 View commit details
    Browse the repository at this point in the history
  3. fix missing whitespace

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    5dc558e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64ed51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33f3b71 View commit details
    Browse the repository at this point in the history
  6. semicolon

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    626ef41 View commit details
    Browse the repository at this point in the history
  7. missed test name

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    b8f878f View commit details
    Browse the repository at this point in the history
  8. Update src/lit-element.ts

    Co-Authored-By: Steve Orvell <[email protected]>
    samthor and Steve Orvell authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    3c42e5b View commit details
    Browse the repository at this point in the history
  9. fix bad suggestion merge

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0e4df4a View commit details
    Browse the repository at this point in the history
  10. fix test running cases

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    2db7cd9 View commit details
    Browse the repository at this point in the history
  11. Update src/lib/css-tag.ts

    Co-Authored-By: Steve Orvell <[email protected]>
    samthor and Steve Orvell authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    b0daa04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c25762 View commit details
    Browse the repository at this point in the history
  13. eslint

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    edd8668 View commit details
    Browse the repository at this point in the history
  14. move throws check earlier

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    9b01c1c View commit details
    Browse the repository at this point in the history
  15. fix tests

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    2aa7ec7 View commit details
    Browse the repository at this point in the history
  16. restructure tests a bit

    samthor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    c172c04 View commit details
    Browse the repository at this point in the history