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 588ed345_8223_18f5_a889_c178d41837fa["test_arbitrary_code_followed_by_classes()"] 3983a944_71de_6013_6287_530db068a263["pug.rs"] 588ed345_8223_18f5_a889_c178d41837fa -->|defined in| 3983a944_71de_6013_6287_530db068a263 style 588ed345_8223_18f5_a889_c178d41837fa 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