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 fb2346f2_5a34_94b4_d565_342d53f85a7a["test_arbitrary_variable_with_data_type()"] 322a5768_e6e0_c5e9_b1c2_7c6638e21f71["assert_extract_sorted_candidates()"] fb2346f2_5a34_94b4_d565_342d53f85a7a -->|calls| 322a5768_e6e0_c5e9_b1c2_7c6638e21f71 style fb2346f2_5a34_94b4_d565_342d53f85a7a 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
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.
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