CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

tessl/npm-tailwindcss--node

Node.js-specific utilities and runtime functionality for Tailwind CSS v4, providing compilation tools, module dependency analysis, source map handling, path normalization, and optimization utilities.

43%

Overall

Evaluation43%

1.16x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-1/

{
  "context": "Evaluates whether the solution leverages @tailwindcss/node to load a design system from CSS and relies on the package's loader semantics to resolve imports, capture ordering, and surface tokens before mapping them into the requested summary. Scoring ignores general coding style and looks only at correct, intentional use of the package APIs.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Loader usage",
      "description": "Invokes __unstable__loadDesignSystem from @tailwindcss/node to parse the CSS entry rather than hand-parsing CSS.",
      "max_score": 35
    },
    {
      "name": "Base option",
      "description": "Supplies the loader's base directory option so __unstable__loadDesignSystem resolves relative @import paths from the caller-provided base.",
      "max_score": 20
    },
    {
      "name": "Import resolution",
      "description": "Lets __unstable__loadDesignSystem (and its internal loadStylesheet/loadModule hooks) handle stylesheet/module resolution instead of reimplementing @import traversal manually.",
      "max_score": 20
    },
    {
      "name": "Token mapping",
      "description": "Reads token data from the DesignSystem result returned by __unstable__loadDesignSystem and maps it into the nested tokens.* shape, rather than re-deriving tokens directly from raw CSS text.",
      "max_score": 15
    },
    {
      "name": "Ordering fidelity",
      "description": "Preserves the loader's resolved file order (e.g., using the paths returned alongside the DesignSystem) when applying token overrides and populating the files list.",
      "max_score": 10
    }
  ]
}
tessl i tessl/npm-tailwindcss--node@4.1.0

tile.json