mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 22:07:40 +00:00
minor #4613 Update html_cva.rst (seb-jean)
This PR was merged into the 3.x branch.
Discussion
----------
Update html_cva.rst
Commits
-------
1a46d12033 Update html_cva.rst
This commit is contained in:
@@ -97,7 +97,7 @@ when multiple other variant conditions are met:
|
||||
lg: 'text-lg',
|
||||
}
|
||||
},
|
||||
compoundVariants: [{
|
||||
compound_variants: [{
|
||||
// if color = red AND size = (md or lg), add the `font-bold` class
|
||||
color: ['red'],
|
||||
size: ['md', 'lg'],
|
||||
|
||||
Reference in New Issue
Block a user