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

Dependency Diagram

graph TD
  40dcf852_ffcd_4609_0d00_ecfa898457c1["inputCssFilePath()"]
  4ec459da_2428_7227_ffb1_e2fff87dd34e["index.test.ts"]
  40dcf852_ffcd_4609_0d00_ecfa898457c1 -->|defined in| 4ec459da_2428_7227_ffb1_e2fff87dd34e
  style 40dcf852_ffcd_4609_0d00_ecfa898457c1 fill:#6366f1,stroke:#818cf8,color:#fff

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

Frequently Asked Questions

What does inputCssFilePath() do?
inputCssFilePath() is a function in the tailwindcss codebase, defined in packages/@tailwindcss-postcss/src/index.test.ts.
Where is inputCssFilePath() defined?
inputCssFilePath() is defined in packages/@tailwindcss-postcss/src/index.test.ts at line 14.

Analyze Your Own Codebase

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

Try Supermodel Free