Skip to content

Commit

Permalink
css: remove duplicate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed May 6, 2021
1 parent 1100179 commit ad37a7b
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 43 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

* The four special pseudo-elements `::before`, `::after`, `::first-line`, and `::first-letter` are allowed to be parsed with one `:` for legacy reasons, so the `::` is now converted to `:` for these pseudo-elements.

* Duplicate CSS rules are now deduplicated. Only the last rule is kept, since that's the only one that has any effect. This applies for both top-level rules and nested rules.

## 0.11.18

* Add support for OpenBSD on x86-64 ([#1235](https://github.com/evanw/esbuild/issues/1235))
Expand Down

0 comments on commit ad37a7b

Please sign in to comment.