Home / Function/ new() — tailwindcss Function Reference

new() — tailwindcss Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  4c9dfb3c_7b27_2050_c00a_94f3f008629a["new()"]
  ae635260_f3e5_1110_32a6_294fecef9af3["allow_unclosed_class()"]
  4c9dfb3c_7b27_2050_c00a_94f3f008629a -->|calls| ae635260_f3e5_1110_32a6_294fecef9af3
  style 4c9dfb3c_7b27_2050_c00a_94f3f008629a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/overrides.rs lines 119–123

    pub fn new<P: AsRef<Path>>(path: P) -> OverrideBuilder {
        let mut builder = GitignoreBuilder::new(path);
        builder.allow_unclosed_class(false);
        OverrideBuilder { builder }
    }

Domain

Subdomains

Frequently Asked Questions

What does new() do?
new() is a function in the tailwindcss codebase.
What does new() call?
new() calls 1 function(s): allow_unclosed_class.

Analyze Your Own Codebase

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

Try Supermodel Free