inputCssFilePath() — tailwindcss Function Reference
Architecture documentation for the inputCssFilePath() function in index.test.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD f8c12074_4302_8c5c_3e7e_85cd2d5aaf5e["inputCssFilePath()"] 6ff01c2b_9eec_ac97_d6e1_826656abbb92["index.test.ts"] f8c12074_4302_8c5c_3e7e_85cd2d5aaf5e -->|defined in| 6ff01c2b_9eec_ac97_d6e1_826656abbb92 style f8c12074_4302_8c5c_3e7e_85cd2d5aaf5e 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
Source
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