UNPKG

style-forge.helpers

Version:

Style-Forge.Helpers: essential CSS helper classes for spacing, alignment, visibility, and more in web development.

10 lines (6 loc) 162 B
.fl { float: none } .fl\:l { float: inline-start } .fl\:r { float: inline-end } /* /// */ html.float .fl\:l { float: left } html.float .fl\:r { float: right }