Home / Function/ test_extraction_of_classes_with_dots() — tailwindcss Function Reference

test_extraction_of_classes_with_dots() — tailwindcss Function Reference

Architecture documentation for the test_extraction_of_classes_with_dots() function in clojure.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  cccbe815_efe3_3e25_b184_ab773baaa6a4["test_extraction_of_classes_with_dots()"]
  d5897009_a00e_cc82_ddfa_bf299b0bd83d["clojure.rs"]
  cccbe815_efe3_3e25_b184_ab773baaa6a4 -->|defined in| d5897009_a00e_cc82_ddfa_bf299b0bd83d
  style cccbe815_efe3_3e25_b184_ab773baaa6a4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/oxide/src/extractor/pre_processors/clojure.rs lines 307–313

    fn test_extraction_of_classes_with_dots() {
        let input = r#"
            ($ :div {:class [:flex :gap-1.5 :p-1]} …)
        "#;

        Clojure::test_extract_contains(input, vec!["flex", "gap-1.5", "p-1"]);
    }

Domain

Subdomains

Frequently Asked Questions

What does test_extraction_of_classes_with_dots() do?
test_extraction_of_classes_with_dots() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/pre_processors/clojure.rs.
Where is test_extraction_of_classes_with_dots() defined?
test_extraction_of_classes_with_dots() is defined in crates/oxide/src/extractor/pre_processors/clojure.rs at line 307.

Analyze Your Own Codebase

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

Try Supermodel Free