| Class | Properties |
|---|---|
| gl-float-start | float: inline-start; |
| gl-float-end | float: inline-end; |
| gl-float-right | float: right; |
| gl-float-left | float: left; |
| gl-float-none | float: none; |
| gl-clearfix | &::after: {
"display": "block",
"clear": "both",
"content": "\"\""
}; |