Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"keywords": [

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore browserslist while Autoprefixer still runs

In this commit the Browserslist block is removed, but this repo still imports and executes autoprefixer from postcss.config.js (plugins: [tailwindcss, autoprefixer]). For any build of this commit before the promised Autoprefixer-removal change lands, Autoprefixer still consumes Browserslist and will fall back to its default targets instead of the project’s explicit >0.2%, not dead, not ie <= 11, not op_mini all policy, so production CSS prefixing can change even though the commit claims there is no CSS-processing change.

Useful? React with 👍 / 👎.

"lightning",
"network",
Expand Down
Loading