test_arbitrary_container_queries_syntax() — tailwindcss Function Reference
Architecture documentation for the test_arbitrary_container_queries_syntax() function in mod.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 57a5c46d_f3d9_bffd_bf3e_d3f77abecc38["test_arbitrary_container_queries_syntax()"] eb5f3ab1_80da_abe4_f35c_a91e8e409b69["mod.rs"] 57a5c46d_f3d9_bffd_bf3e_d3f77abecc38 -->|defined in| eb5f3ab1_80da_abe4_f35c_a91e8e409b69 80ff0a5a_eb98_52e8_b801_bcc7263c7a89["assert_extract_sorted_candidates()"] 57a5c46d_f3d9_bffd_bf3e_d3f77abecc38 -->|calls| 80ff0a5a_eb98_52e8_b801_bcc7263c7a89 style 57a5c46d_f3d9_bffd_bf3e_d3f77abecc38 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/mod.rs lines 988–999
fn test_arbitrary_container_queries_syntax() {
assert_extract_sorted_candidates(
r#"<div class="@md:flex @max-md:flex @-[36rem]:flex @[36rem]:flex"></div>"#,
vec![
"class",
"@md:flex",
"@max-md:flex",
"@-[36rem]:flex",
"@[36rem]:flex",
],
);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does test_arbitrary_container_queries_syntax() do?
test_arbitrary_container_queries_syntax() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/mod.rs.
Where is test_arbitrary_container_queries_syntax() defined?
test_arbitrary_container_queries_syntax() is defined in crates/oxide/src/extractor/mod.rs at line 988.
What does test_arbitrary_container_queries_syntax() call?
test_arbitrary_container_queries_syntax() calls 1 function(s): assert_extract_sorted_candidates.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free