Home / Function/ test_arbitrary_code_followed_by_classes() — tailwindcss Function Reference

test_arbitrary_code_followed_by_classes() — tailwindcss Function Reference

Architecture documentation for the test_arbitrary_code_followed_by_classes() function in haml.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/oxide/src/extractor/pre_processors/haml.rs lines 446–453

    fn test_arbitrary_code_followed_by_classes() {
        let input = r#"
            %p
              = i < 3
              .flex.items-center
        "#;
        Haml::test_extract_contains(input, vec!["flex", "items-center"]);
    }

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free