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: add :nth-col() and :nth-last-col() selectors #302

Merged
merged 1 commit into from
Sep 22, 2022

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
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.

None yet

2 participants