It's time to see what this postcss-preset-env can do

It includes autoprefixer.
This commit is contained in:
Lim Chee Aun 2023-01-31 11:26:00 +08:00
parent 4ed2852c41
commit b53cc925dc
2 changed files with 1652 additions and 3 deletions

1651
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -37,9 +37,9 @@
"devDependencies": { "devDependencies": {
"@preact/preset-vite": "~2.5.0", "@preact/preset-vite": "~2.5.0",
"@trivago/prettier-plugin-sort-imports": "~4.0.0", "@trivago/prettier-plugin-sort-imports": "~4.0.0",
"autoprefixer": "~10.4.13",
"postcss": "~8.4.21", "postcss": "~8.4.21",
"postcss-dark-theme-class": "~0.7.3", "postcss-dark-theme-class": "~0.7.3",
"postcss-preset-env": "~8.0.1",
"twitter-text": "~3.1.0", "twitter-text": "~3.1.0",
"vite": "~4.0.4", "vite": "~4.0.4",
"vite-plugin-html-config": "~1.0.11", "vite-plugin-html-config": "~1.0.11",
@ -54,7 +54,7 @@
"postcss": { "postcss": {
"plugins": { "plugins": {
"postcss-dark-theme-class": {}, "postcss-dark-theme-class": {},
"autoprefixer": {} "postcss-preset-env": {}
} }
}, },
"browserslist": [ "browserslist": [