Skip to content

feat: add :nth-col() and :nth-last-col() selectors#302

Merged
devongovett merged 1 commit intoparcel-bundler:masterfrom
yisibl:add-selector-4
Sep 22, 2022
Merged

feat: add :nth-col() and :nth-last-col() selectors#302
devongovett merged 1 commit intoparcel-bundler:masterfrom
yisibl:add-selector-4

Conversation

@yisibl
Copy link
Contributor

@yisibl yisibl commented Sep 21, 2022

This is part of #87

@yisibl
Copy link
Contributor Author

yisibl commented Sep 22, 2022

I find that test cases occasionally fail, which is episodic. The before and after order changes.

---- bundler::tests::test_bundle stdout ----
thread 'bundler::tests::test_bundle' panicked at 'assertion failed: `(left == right)`
  left: `"@supports ((foo: bar) or (color: red)) {\n  .b {\n    color: green;\n  }\n}\n\n.a {\n  color: red;\n}\n"`,
 right: `"@supports ((color: red) or (foo: bar)) {\n  .b {\n    color: green;\n  }\n}\n\n.a {\n  color: red;\n}\n"`', src/bundler.rs:1033:5

@devongovett
Copy link
Member

#137

@devongovett devongovett merged commit d35279e into parcel-bundler:master Sep 22, 2022
@yisibl yisibl deleted the add-selector-4 branch April 10, 2025 11:50
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

Successfully merging this pull request may close these issues.

2 participants