Skip to content

Commit

Permalink
refactor: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 19, 2022
1 parent 761adac commit 34c9ccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/swc_css_prefixer/src/prefixer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3362,8 +3362,6 @@ impl VisitMut for Prefixer {
}
}

// TODO handle `align-content` and `justify-content` for very old browsers (for all
// `place-*`)
"place-content" if should_prefix("place-content", self.env, false) => {
match (n.value.get(0), n.value.get(1)) {
(Some(left), Some(right)) => {
Expand Down

0 comments on commit 34c9ccd

Please sign in to comment.