Home / Function/ inputCssFilePath() — tailwindcss Function Reference

inputCssFilePath() — tailwindcss Function Reference

Architecture documentation for the inputCssFilePath() function in index.test.ts from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

packages/@tailwindcss-postcss/src/index.test.ts lines 14–18

function inputCssFilePath() {
  // Including the current test name to ensure that the cache is invalidated per
  // test otherwise the cache will be used across tests.
  return `${__dirname}/fixtures/example-project/input.css?test=${expect.getState().currentTestName}`
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free