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 7ecda20d_bf80_67cf_f5fd_5c63a3890d71["test_extraction_of_classes_with_dots()"] 0ba5a6b8_d3d7_1e5f_46f4_902266673015["clojure.rs"] 7ecda20d_bf80_67cf_f5fd_5c63a3890d71 -->|defined in| 0ba5a6b8_d3d7_1e5f_46f4_902266673015 style 7ecda20d_bf80_67cf_f5fd_5c63a3890d71 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
Source
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