Skip to content

Commit

Permalink
Remove IE7 CSS hack
Browse files Browse the repository at this point in the history
Remove this [star property hack](https://stackoverflow.com/a/14927670/808699) that was targeting IE 5.5 to 7.

It causes warnings during ESBuild's CSS minification and IE 7 has a
global market share of 0.01% so I think it can be safely dropped.
  • Loading branch information
silverwind committed Aug 29, 2022
1 parent 2dce89b commit d71f153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_clears.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

.cl { clear: left; }
.cr { clear: right; }
Expand Down

0 comments on commit d71f153

Please sign in to comment.