Skip to content

Commit

Permalink
postcss-plugins-preset: Do not add IE 10-11 prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Sep 29, 2024
1 parent 743144b commit 6d3deef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/postcss-plugins-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Breaking Changes

- Updated `autoprefixer` options to no longer add IE 10-11 prefixes for CSS grid properties

## 5.8.0 (2024-09-19)

## 5.7.0 (2024-09-05)
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugins-preset/lib/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = [ require( 'autoprefixer' )( { grid: true } ) ];
module.exports = [ require( 'autoprefixer' ) ];

0 comments on commit 6d3deef

Please sign in to comment.