II.
Library JSON
Structured · livelibrary:postcss
PostCSS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}