mirror of
https://github.com/picocss/pico.git
synced 2025-05-07 16:17:13 -04:00
closes Yohn/PicoCSS/pull/1 and Yohn/PicoCSS/pull/11
This commit is contained in:
parent
9617cb1ecf
commit
4825b265c7
5 changed files with 266 additions and 248 deletions
24
package.json
24
package.json
|
@ -49,20 +49,20 @@
|
|||
"done": "echo '\\033[32m[@picocss/pico] ✨ Done\\033[0m'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.18",
|
||||
"caniuse-lite": "1.0.30001591",
|
||||
"clean-css-cli": "^5.6.3",
|
||||
"css-declaration-sorter": "^7.1.1",
|
||||
"nodemon": "^3.1.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.35",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"prettier": "^3.2.5",
|
||||
"sass": "^1.71.1"
|
||||
"autoprefixer": "^10.4",
|
||||
"caniuse-lite": "^1.0",
|
||||
"clean-css-cli": "^5.6",
|
||||
"css-declaration-sorter": "^7.1",
|
||||
"nodemon": "^3.1",
|
||||
"npm-run-all": "^4.1",
|
||||
"postcss": "^8.4",
|
||||
"postcss-cli": "^11.0",
|
||||
"postcss-scss": "^4.0",
|
||||
"prettier": "^3.2",
|
||||
"sass": "^1.71"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.19.0"
|
||||
"node": ">=20"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue