Home / Function/ test_arbitrary_container_queries_syntax() — tailwindcss Function Reference

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
  00f73bc2_588a_daf0_d5cf_64fc9b57d9ef["test_arbitrary_container_queries_syntax()"]
  322a5768_e6e0_c5e9_b1c2_7c6638e21f71["assert_extract_sorted_candidates()"]
  00f73bc2_588a_daf0_d5cf_64fc9b57d9ef -->|calls| 322a5768_e6e0_c5e9_b1c2_7c6638e21f71
  style 00f73bc2_588a_daf0_d5cf_64fc9b57d9ef 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

Frequently Asked Questions

What does test_arbitrary_container_queries_syntax() do?
test_arbitrary_container_queries_syntax() is a function in the tailwindcss codebase.
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