test_arbitrary_code_followed_by_classes() — tailwindcss Function Reference
Architecture documentation for the test_arbitrary_code_followed_by_classes() function in pug.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 8c397334_2daf_a919_206c_02a2c7492904["test_arbitrary_code_followed_by_classes()"] ef660f09_55dc_9359_d9d2_abe4a9db93b0["pug.rs"] 8c397334_2daf_a919_206c_02a2c7492904 -->|defined in| ef660f09_55dc_9359_d9d2_abe4a9db93b0 style 8c397334_2daf_a919_206c_02a2c7492904 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/pre_processors/pug.rs lines 147–153
fn test_arbitrary_code_followed_by_classes() {
let input = r#"
- i < 3
.flex.items-center
"#;
Pug::test_extract_contains(input, vec!["flex", "items-center"]);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does test_arbitrary_code_followed_by_classes() do?
test_arbitrary_code_followed_by_classes() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/pre_processors/pug.rs.
Where is test_arbitrary_code_followed_by_classes() defined?
test_arbitrary_code_followed_by_classes() is defined in crates/oxide/src/extractor/pre_processors/pug.rs at line 147.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free