Home / File/ assets.ts — tailwindcss Source File

assets.ts — tailwindcss Source File

Architecture documentation for assets.ts, a typescript file in the tailwindcss codebase. 4 imports, 1 dependents.

File typescript Oxide 4 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  030d452d_3c01_1d62_d32f_ba32134b0531["assets.ts"]
  d82efec4_2ea0_14b2_109e_8e9805c8c6fb["index.css"]
  030d452d_3c01_1d62_d32f_ba32134b0531 --> d82efec4_2ea0_14b2_109e_8e9805c8c6fb
  eab7f7b7_9802_359f_3908_b5a352c4a839["preflight.css"]
  030d452d_3c01_1d62_d32f_ba32134b0531 --> eab7f7b7_9802_359f_3908_b5a352c4a839
  029a3160_f90d_310e_7897_c05013d9888a["theme.css"]
  030d452d_3c01_1d62_d32f_ba32134b0531 --> 029a3160_f90d_310e_7897_c05013d9888a
  7dc5ce82_587c_92b4_1882_3fc37f578298["utilities.css"]
  030d452d_3c01_1d62_d32f_ba32134b0531 --> 7dc5ce82_587c_92b4_1882_3fc37f578298
  23d03804_a9a2_99ea_5362_f402708f8ba3["index.ts"]
  23d03804_a9a2_99ea_5362_f402708f8ba3 --> 030d452d_3c01_1d62_d32f_ba32134b0531
  style 030d452d_3c01_1d62_d32f_ba32134b0531 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

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 Oxide 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: Oxide, 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