{
  "slug": "css-autoprefixer",
  "name": "gizza-ai/css-autoprefixer",
  "version": "0.1.0",
  "title": "CSS Autoprefixer — Add Vendor Prefixes Online — gizza.ai",
  "description": "Free online CSS autoprefixer — paste CSS and add the -webkit-, -moz-, -ms-, -o- vendor prefixes browsers still need. Runs entirely in your browser.",
  "tags": [
    "css autoprefixer",
    "vendor prefixes",
    "-webkit-",
    "-moz-",
    "-ms-",
    "browser compatibility",
    "user-select",
    "flexbox prefixes",
    "position sticky",
    "css tool"
  ],
  "category": "developer",
  "urls": {
    "page": "https://gizza.ai/tools/css-autoprefixer/",
    "markdown": "https://gizza.ai/tools/css-autoprefixer/index.md",
    "descriptor": "https://gizza.ai/tools/css-autoprefixer/tool.json",
    "deep_link_example": "https://gizza.ai/tools/css-autoprefixer/?css=.btn%20%7B%0A%20%20user-select%3A%20none%3B%0A%20%20display%3A%20flex%3B%0A%20%20position%3A%20sticky%3B%0A%7D&dedup=true"
  },
  "cli": "gizza tool css-autoprefixer \".btn {\n  user-select: none;\n  display: flex;\n  position: sticky;\n}\"",
  "tool": {
    "description": "Add vendor prefixes (-webkit-, -moz-, -ms-, -o-) to CSS for the properties and values that still need them in modern browsers. Inserts prefixed clones before each original declaration (standard last). Covers property prefixes, renames (tab-size), and value prefixes (display:flex, position:sticky). Comments, strings and custom properties are untouched.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "css": {
          "type": "string"
        },
        "dedup": {
          "default": true,
          "type": "boolean"
        }
      },
      "required": [
        "css"
      ],
      "type": "object"
    }
  }
}