{
  "name": "@stisla/css",
  "version": "3.0.1",
  "description": "Stisla CSS bundle — zero-build distribution (tokens + every component, NO utilities) compiled to a single stisla.css you can <link> with no build step. Want a subset? Compile from source via @stisla/style. NOTE: same published name as the legacy packages/css; only one publishes at cutover.",
  "license": "MIT",
  "exports": {
    ".": "./dist/stisla.css",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "*.css"
  ],
  "peerDependencies": {
    "@stisla/style": "3.0.1"
  },
  "devDependencies": {
    "@tailwindcss/cli": "^4.0.0",
    "tailwindcss": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stisla/stisla.git",
    "directory": "packages/css"
  },
  "homepage": "https://github.com/stisla/stisla#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tailwindcss -i stisla.css -o dist/stisla.css --minify"
  }
}