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

feat: nested CSS support #10491

Merged
merged 16 commits into from
Feb 16, 2024
Merged

feat: nested CSS support #10491

merged 16 commits into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. parse nested CSS

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d939a01 View commit details
    Browse the repository at this point in the history
  2. tests

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d564557 View commit details
    Browse the repository at this point in the history
  3. track parent rules

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4b0a0c6 View commit details
    Browse the repository at this point in the history
  4. some progress

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    aaf9fd2 View commit details
    Browse the repository at this point in the history
  5. switch it up

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c3c1112 View commit details
    Browse the repository at this point in the history
  6. pruning

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e96cc68 View commit details
    Browse the repository at this point in the history
  7. works

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    49d4f9d View commit details
    Browse the repository at this point in the history
  8. changeset

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7a728dc View commit details
    Browse the repository at this point in the history
  9. lint

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c682dab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59604ed View commit details
    Browse the repository at this point in the history
  11. tidy

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1221d0d View commit details
    Browse the repository at this point in the history
  12. note to self

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e624b71 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c35f5d7 View commit details
    Browse the repository at this point in the history
  14. failing test

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4dd3c9c View commit details
    Browse the repository at this point in the history
  15. note to self

    Rich-Harris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b1fb7ac View commit details
    Browse the repository at this point in the history
  16. fix: correctly scope CSS selectors with descendant combinators (#10502)

    * fix traversal, but break some other stuff
    
    * man this is fucken hard
    
    * fixes
    
    * getting closer
    
    * be conservative for now
    
    * tidy
    
    * invert
    
    * invert
    
    * simplify
    
    * switch
    
    * for now
    
    * progress
    
    * i think it works?
    
    * fix
    
    * tidy up
    
    * revert some stuff
    
    * remove some junk
    
    * handle weird cases
    
    * update
    
    * tweak
    
    * shrink
    
    * changeset
    
    ---------
    
    Co-authored-by: Rich Harris <[email protected]>
    Rich-Harris and Rich-Harris authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    91d02cc View commit details
    Browse the repository at this point in the history