iiRecord
Agentic AI Atlas · PostCSS
library:postcssa5c.ai
II.
Library JSON

library:postcss

Structured · live

PostCSS json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-frontend-ui.yamlCluster · domain
Record JSON
{
  "id": "library:postcss",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-frontend-ui.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "PostCSS",
    "belongsToLanguageId": "language:javascript",
    "category": "other",
    "description": "Tool for transforming CSS with JavaScript plugins; powers Tailwind\nCSS, Autoprefixer, CSS Modules, and custom syntax transforms,\nintegrating into virtually every modern build pipeline.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:postcss",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:postcss",
      "to": "skill-area:ui-styling",
      "kind": "used_for"
    },
    {
      "from": "library:postcss",
      "to": "library:sass",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}