test_arbitrary_variable_with_data_type() — tailwindcss Function Reference
Architecture documentation for the test_arbitrary_variable_with_data_type() function in mod.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 19429b69_9486_efc2_9bb9_1fc084037a2d["test_arbitrary_variable_with_data_type()"] eb5f3ab1_80da_abe4_f35c_a91e8e409b69["mod.rs"] 19429b69_9486_efc2_9bb9_1fc084037a2d -->|defined in| eb5f3ab1_80da_abe4_f35c_a91e8e409b69 80ff0a5a_eb98_52e8_b801_bcc7263c7a89["assert_extract_sorted_candidates()"] 19429b69_9486_efc2_9bb9_1fc084037a2d -->|calls| 80ff0a5a_eb98_52e8_b801_bcc7263c7a89 style 19429b69_9486_efc2_9bb9_1fc084037a2d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/mod.rs lines 1046–1055
fn test_arbitrary_variable_with_data_type() {
assert_extract_sorted_candidates(
r#"<div class="bg-(length:--my-length) bg-[color:var(--my-color)]"></div>"#,
vec![
"class",
"bg-(length:--my-length)",
"bg-[color:var(--my-color)]",
],
);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does test_arbitrary_variable_with_data_type() do?
test_arbitrary_variable_with_data_type() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/mod.rs.
Where is test_arbitrary_variable_with_data_type() defined?
test_arbitrary_variable_with_data_type() is defined in crates/oxide/src/extractor/mod.rs at line 1046.
What does test_arbitrary_variable_with_data_type() call?
test_arbitrary_variable_with_data_type() calls 1 function(s): assert_extract_sorted_candidates.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free