css: remove postcss-flexbugs-fixes plugin.

Remove a PostCSS plugin used to workaround bugs in the `flex` CSS
property. Most of these bugs are no longer relevant and only affected
ancient browsers like IE 10 or 11.

https://github.com/philipwalton/flexbugs
This commit is contained in:
evazion
2022-01-08 11:54:45 -06:00
parent 52311ad914
commit bb60a59001
3 changed files with 0 additions and 12 deletions

View File

@@ -22,7 +22,6 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.2.0", "mini-css-extract-plugin": "^2.2.0",
"postcss": "^8.3.6", "postcss": "^8.3.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1", "postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",

View File

@@ -1,7 +1,6 @@
module.exports = { module.exports = {
plugins: [ plugins: [
require('postcss-import'), require('postcss-import'),
require('postcss-flexbugs-fixes'),
require('postcss-preset-env')({ require('postcss-preset-env')({
autoprefixer: { autoprefixer: {
flexbox: 'no-2009' flexbox: 'no-2009'

View File

@@ -7352,15 +7352,6 @@ fsevents@~2.3.2:
languageName: node languageName: node
linkType: hard linkType: hard
"postcss-flexbugs-fixes@npm:^5.0.2":
version: 5.0.2
resolution: "postcss-flexbugs-fixes@npm:5.0.2"
peerDependencies:
postcss: ^8.1.4
checksum: fb4167a757e52760b2071472be301289b435f011173acf84ca82d4dfefa41e3aabb6d7d3661bc8bc9c4fda9df9299414f40802d3ed3df1cd8f0a4fd805ca152d
languageName: node
linkType: hard
"postcss-focus-visible@npm:^4.0.0": "postcss-focus-visible@npm:^4.0.0":
version: 4.0.0 version: 4.0.0
resolution: "postcss-focus-visible@npm:4.0.0" resolution: "postcss-focus-visible@npm:4.0.0"
@@ -8383,7 +8374,6 @@ fsevents@~2.3.2:
lodash: ^4.17.21 lodash: ^4.17.21
mini-css-extract-plugin: ^2.2.0 mini-css-extract-plugin: ^2.2.0
postcss: ^8.3.6 postcss: ^8.3.6
postcss-flexbugs-fixes: ^5.0.2
postcss-import: ^14.0.2 postcss-import: ^14.0.2
postcss-loader: ^6.1.1 postcss-loader: ^6.1.1
postcss-preset-env: ^6.7.0 postcss-preset-env: ^6.7.0