Skip to content

Releases: swlkr/ridgecss

Diamond Head

27 Jul 05:59
Compare
Choose a tag to compare
  • Fixed some inconsistencies with spacing, now everything has 2xs -> 4xl all evenly spaced with rems
  • Moved spacing to ridge.css instead of the theme files

Before:

pa1, w1, ma1

Now:

pa-2xs, w-2xs, ma-2xs ... pa-2xl, w-2xl, ma-2xl

Wycheproof

15 Jun 17:23
Compare
Choose a tag to compare

First release! 🎉

This release sets the foundation for everything:

  • classless css to get you going quickly (mostly for forms)
  • a few atomic css helper classes for when you want to customize (mostly for distinguishing between different button types/nav types)
  • themes to help give the classless css part some differentiation
  • pylon css (swift ui style layout primitives) to help you organize things without writing custom css grids
  • some examples to show you what's possible

This first release is just the default ridge.css light theme and the base ridge.css classless/atomic css. You can find the themes in the themes/ directory