Home / Function/ new() — tailwindcss Function Reference

new() — tailwindcss Function Reference

Architecture documentation for the new() function in types.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  c60b9e33_305c_ca8d_2d07_cee877af5cec["new()"]
  d51c6497_c250_cc24_5922_420f8b0354f8["types.rs"]
  c60b9e33_305c_ca8d_2d07_cee877af5cec -->|defined in| d51c6497_c250_cc24_5922_420f8b0354f8
  style c60b9e33_305c_ca8d_2d07_cee877af5cec fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/types.rs lines 308–313

    pub fn new() -> TypesBuilder {
        TypesBuilder {
            types: HashMap::new(),
            selections: vec![],
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does new() do?
new() is a function in the tailwindcss codebase, defined in crates/ignore/src/types.rs.
Where is new() defined?
new() is defined in crates/ignore/src/types.rs at line 308.

Analyze Your Own Codebase

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

Try Supermodel Free