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 Apr 16, 2024
1 parent b753c90 commit cba75d9
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

## 4.39.0 (2024-04-03)

## 4.38.0 (2024-03-21)
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 cba75d9

Please sign in to comment.