File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 50
50
"@svgr/webpack" : " ^5.5.0" ,
51
51
"arrow-key-navigation" : " ^1.2.0" ,
52
52
"async-mutex" : " ^0.5.0" ,
53
- "autoprefixer" : " ^10.4.14" ,
54
53
"axios" : " ^1.4.0" ,
55
54
"babel-loader" : " ^8.3.0" ,
56
55
"babel-plugin-formatjs" : " ^10.5.1" ,
Original file line number Diff line number Diff line change
1
+ const postcssPresetEnv = require ( 'postcss-preset-env' ) ;
2
+
1
3
/** @type {import('postcss-load-config').Config } */
2
4
const config = ( { env } ) => ( {
3
5
plugins : [
4
- require ( 'postcss-preset-env' ) ,
5
- require ( 'autoprefixer' ) ,
6
+ postcssPresetEnv ( {
7
+ features : {
8
+ 'logical-properties-and-values' : false
9
+ }
10
+ } ) ,
6
11
env === 'production' ? require ( 'cssnano' ) : '' ,
7
12
] ,
8
13
} ) ;
Original file line number Diff line number Diff line change @@ -2825,7 +2825,6 @@ __metadata:
2825
2825
"@typescript-eslint/parser": "npm:^7.0.0"
2826
2826
arrow-key-navigation: "npm:^1.2.0"
2827
2827
async-mutex: "npm:^0.5.0"
2828
- autoprefixer: "npm:^10.4.14"
2829
2828
axios: "npm:^1.4.0"
2830
2829
babel-jest: "npm:^29.5.0"
2831
2830
babel-loader: "npm:^8.3.0"
@@ -5118,7 +5117,7 @@ __metadata:
5118
5117
languageName: node
5119
5118
linkType: hard
5120
5119
5121
- "autoprefixer@npm:^10.4.14, autoprefixer@npm:^10.4. 19":
5120
+ "autoprefixer@npm:^10.4.19":
5122
5121
version: 10.4.19
5123
5122
resolution: "autoprefixer@npm:10.4.19"
5124
5123
dependencies:
You can’t perform that action at this time.
0 commit comments