assets.ts — tailwindcss Source File
Architecture documentation for assets.ts, a typescript file in the tailwindcss codebase. 4 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR d77bc6d2_1669_1cc6_a56e_77a048f9cd4c["assets.ts"] ee008723_b353_ba10_462e_a8109085305d["index.css"] d77bc6d2_1669_1cc6_a56e_77a048f9cd4c --> ee008723_b353_ba10_462e_a8109085305d 237347c3_1233_e033_859b_4ffc8a9c3ebe["preflight.css"] d77bc6d2_1669_1cc6_a56e_77a048f9cd4c --> 237347c3_1233_e033_859b_4ffc8a9c3ebe e0c9bd46_73e8_d18b_d9c0_1715ae7854e2["theme.css"] d77bc6d2_1669_1cc6_a56e_77a048f9cd4c --> e0c9bd46_73e8_d18b_d9c0_1715ae7854e2 6fc11452_e95b_11cd_7993_bdc7515d94af["utilities.css"] d77bc6d2_1669_1cc6_a56e_77a048f9cd4c --> 6fc11452_e95b_11cd_7993_bdc7515d94af d3ff87a1_ef49_dab7_2e4d_39270282fbd2["index.ts"] d3ff87a1_ef49_dab7_2e4d_39270282fbd2 --> d77bc6d2_1669_1cc6_a56e_77a048f9cd4c style d77bc6d2_1669_1cc6_a56e_77a048f9cd4c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import index from 'tailwindcss/index.css'
import preflight from 'tailwindcss/preflight.css'
import theme from 'tailwindcss/theme.css'
import utilities from 'tailwindcss/utilities.css'
export const css = {
index,
preflight,
theme,
utilities,
}
Domain
Dependencies
- index.css
- preflight.css
- theme.css
- utilities.css
Imported By
Source
Frequently Asked Questions
What does assets.ts do?
assets.ts is a source file in the tailwindcss codebase, written in typescript. It belongs to the OxideEngine domain.
What does assets.ts depend on?
assets.ts imports 4 module(s): index.css, preflight.css, theme.css, utilities.css.
What files import assets.ts?
assets.ts is imported by 1 file(s): index.ts.
Where is assets.ts in the architecture?
assets.ts is located at packages/@tailwindcss-browser/src/assets.ts (domain: OxideEngine, directory: packages/@tailwindcss-browser/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free