UNPKG

style-forge.helpers

Version:

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

18 lines (12 loc) 256 B
.cl { clear: none } .cl\:b { clear: both } .cl\:l { clear: inline-start } .cl\:r { clear: inline-end } .clearfix::after { content: ""; display: table; clear: both; } /* /// */ html.clear .cl\:l { clear: left } html.clear .cl\:r { clear: right }