shed-css
shed-css copied to clipboard
Functional and customizable CSS utilities with familiar names
Maybe a columns pattern would be helpful? Not sure if it belongs in the main repo or should be an addon - should we do addons? pattern example: https://gist.github.com/ebdb73886408dce0ac963cfc23d31723
consider removing px fallback values as IE9 + have support. Consumers could add the fallback if they wish
because you cant easily search a codebase for classes, we need to allow users to search for them in the docs so they can quickly understand the meaning of them.
# Borders ### Goal To expose all aspects of borders to a user while also providing sane defaults for the most common use cases ### Properties - `border` - ~~`border-block-end`~~...