UNPKG

postcss-overflow-clip

Version:

PostCSS plugin that adds `overvlow: clip` whenever `overflow: hidden` is used and vice versa

36 lines (35 loc) 787 B
{ "name": "postcss-overflow-clip", "version": "0.5.2", "description": "PostCSS plugin that adds `overvlow: clip` whenever `overflow: hidden` is used and vice versa", "keywords": [ "postcss", "css", "postcss-plugin", "overflow" ], "scripts": { "test": "vitest run", "watch": "vitest watch", "lint-fix": "eslint *.js --fix" }, "type": "module", "author": "Carlos Jeurissen", "license": "MIT", "repository": "Hypnosphi/postcss-overflow-clip", "engines": { "node": ">=14.0.0" }, "dependencies": { "postcss-value-parser": "^4.2.0" }, "peerDependencies": { "postcss": ">=8.0.0" }, "devDependencies": { "eslint": "^9.29.0", "eslint-config-ccb": "^0.36.0", "postcss": "^8.5.5", "vitest": "^3.2.3" } }