pull/7489/head
Nayan Gautam 4 years ago committed by tanhauhau
parent a2e1f6f2b6
commit f5d1a80350

@ -874,6 +874,9 @@ The `style:` directive provides a shorthand for setting multiple styles on an el
<!-- Multiple styles can be included --> <!-- Multiple styles can be included -->
<div style:color style:width="12rem" style:background-color={darkMode ? "black" : "white"}>...</div> <div style:color style:width="12rem" style:background-color={darkMode ? "black" : "white"}>...</div>
<!-- Styles can be marked as important -->
<div style:color|important="red">...</div>
``` ```
--- ---

Loading…
Cancel
Save