UNPKG

postcss-discard-empty

Version:

Discard empty rules and values with PostCSS.

53 lines 1.15 kB
{ "name": "postcss-discard-empty", "version": "9.0.0", "description": "Discard empty rules and values with PostCSS.", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" } }, "files": [ "src", "LICENSE-MIT", "types" ], "keywords": [ "compress", "css", "empty", "minify", "optimisation", "postcss", "postcss-plugin" ], "license": "MIT", "homepage": "https://github.com/cssnano/cssnano", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "https://beneb.info" }, "repository": { "type": "git", "url": "git+https://github.com/cssnano/cssnano.git" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^22.22.3 || ^24.15.0 || >=26.0" }, "devDependencies": { "postcss": "^8.5.26" }, "peerDependencies": { "postcss": "^8.5.26" }, "type": "module", "scripts": { "test": "node --test", "test:mutation": "node ../../util/mutation-testing/mutation-runner.mjs --catalog mutation-catalog.mjs --test test/index.js" } }