postcss-100vh-fix
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 1.0.1 | ||
* Add funding links. | ||
## 1.0 | ||
@@ -5,0 +8,0 @@ * Moved to PostCSS 8. |
{ | ||
"name": "postcss-100vh-fix", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "PostCSS plugin to fix height/min-height: 100vh on iOS", | ||
@@ -21,5 +21,9 @@ "keywords": [ | ||
}, | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/postcss/" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.0.3" | ||
"postcss": "^8.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5091