Skip to content

Commit

Permalink
Change postcss-normalize package
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub300 committed Sep 29, 2021
1 parent 4a2e720 commit f1b9ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<%= app.projectType == 'wp-with-fe' ? `"chisel-plugin-wordpress": "*",` : '' %>
<%= app.projectType == 'fe' ? `"chisel-plugin-static-frontend": "*",` : '' %>
"babel-preset-chisel": "*",
"postcss-normalize": "^9.0.0",
"@jakub300/postcss-normalize": "^9.0.1",
"autoprefixer": "^9.8.0",
<% /* required by postcss-normalize for some reason */ %>
"browserslist": "^4.12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module.exports = {
plugins: [
require('autoprefixer')({ grid: 'autoplace' }),
require('postcss-normalize')(),
require('@jakub300/postcss-normalize')(),
],
};

0 comments on commit f1b9ea4

Please sign in to comment.