dwind::bordersStatic ROUNDED_T_FULL
Source pub static ROUNDED_T_FULL: Lazy<String>
Expand description
Generated from css file. Class content:
border-top-left-radius: 9999px; border-top-right-radius: 9999px;
§Example
ⓘhtml!("div", { .dwclass!("rounded_t_full") });