case_insensitive() — tailwindcss Function Reference
Architecture documentation for the case_insensitive() function in overrides.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 6248a3d4_0bcf_5b90_2ed1_c454693f568c["case_insensitive()"] 52347134_96cd_d924_bf0e_ace2445ef938["overrides.rs"] 6248a3d4_0bcf_5b90_2ed1_c454693f568c -->|defined in| 52347134_96cd_d924_bf0e_ace2445ef938 f61852aa_c918_cba1_0605_88f374e0014a["add()"] 6248a3d4_0bcf_5b90_2ed1_c454693f568c -->|calls| f61852aa_c918_cba1_0605_88f374e0014a b0a64e5a_4684_23da_152b_93572220e8d7["build()"] 6248a3d4_0bcf_5b90_2ed1_c454693f568c -->|calls| b0a64e5a_4684_23da_152b_93572220e8d7 861ae265_95d8_b683_317d_caa0c8044fcb["matched()"] 6248a3d4_0bcf_5b90_2ed1_c454693f568c -->|calls| 861ae265_95d8_b683_317d_caa0c8044fcb style 6248a3d4_0bcf_5b90_2ed1_c454693f568c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/overrides.rs lines 149–154
pub fn case_insensitive(&mut self, yes: bool) -> Result<&mut OverrideBuilder, Error> {
// TODO: This should not return a `Result`. Fix this in the next semver
// release.
self.builder.case_insensitive(yes)?;
Ok(self)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does case_insensitive() do?
case_insensitive() is a function in the tailwindcss codebase, defined in crates/ignore/src/overrides.rs.
Where is case_insensitive() defined?
case_insensitive() is defined in crates/ignore/src/overrides.rs at line 149.
What does case_insensitive() call?
case_insensitive() calls 3 function(s): add, build, matched.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free