UNPKG

postcss-overflow-clip

Version:

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

36 lines (35 loc) 788 B
{ "name": "postcss-overflow-clip", "version": "0.5.4", "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.39.1", "eslint-config-ccb": "^0.37.2", "postcss": "^8.5.6", "vitest": "^4.0.12" } }