postcss-100vh-fix
Version:
PostCSS plugin to fix height/min-height: 100vh on iOS
29 lines (28 loc) • 593 B
JSON
{
"name": "postcss-100vh-fix",
"version": "2.0.0",
"description": "PostCSS plugin to fix height/min-height: 100vh on iOS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"100vh",
"safari",
"height",
"min-height",
"-webkit-fill-available"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/postcss-100vh-fix",
"engines": {
"node": ">=20.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
}