mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
It's time to see what this postcss-preset-env can do
It includes autoprefixer.
This commit is contained in:
parent
4ed2852c41
commit
b53cc925dc
2 changed files with 1652 additions and 3 deletions
1651
package-lock.json
generated
1651
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -37,9 +37,9 @@
|
|||
"devDependencies": {
|
||||
"@preact/preset-vite": "~2.5.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "~4.0.0",
|
||||
"autoprefixer": "~10.4.13",
|
||||
"postcss": "~8.4.21",
|
||||
"postcss-dark-theme-class": "~0.7.3",
|
||||
"postcss-preset-env": "~8.0.1",
|
||||
"twitter-text": "~3.1.0",
|
||||
"vite": "~4.0.4",
|
||||
"vite-plugin-html-config": "~1.0.11",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"postcss": {
|
||||
"plugins": {
|
||||
"postcss-dark-theme-class": {},
|
||||
"autoprefixer": {}
|
||||
"postcss-preset-env": {}
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
Loading…
Reference in a new issue