Descripción
Set style dynamically
File Template: ✅
Prefix
thyme:style
Scopes
html
Snippet de código
<div th:style="'color:' + ${1:color}">${2:Content}</div>
Set style dynamically
thyme:style
html
<div th:style="'color:' + ${1:color}">${2:Content}</div>