postcss-overflow-clip
Version:
PostCSS plugin that adds `overvlow: clip` whenever `overflow: hidden` is used and vice versa
36 lines (35 loc) • 788 B
JSON
{
"name": "postcss-overflow-clip",
"version": "0.5.1",
"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.16.0",
"eslint-config-ccb": "^0.31.0",
"postcss": "^8.4.49",
"vitest": "^2.1.8"
}
}