{
  "name": "postcss-variable-compress",
  "version": "3.0.0",
  "description": "PostCSS plugin cleans up the variable names and saves space. It can will reduce your css variable to smaller variables",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "minify",
    "compress",
    "cssnano",
    "css-variables",
    "clean-css",
    "shrik-css",
    "vite",
    "nextjs"
  ],
  "author": "Navanshu Rastogi <navanshu.rastogi@gmail.com>",
  "license": "MIT",
  "repository": "navanshu/postcss-variable-compress",
  "engines": {
    "node": ">=10.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.2.8"
  }
}
