Releases: codyhouse/codyframe-css
Releases · codyhouse/codyframe-css
v0.1.0
Updated the grid system:
- replaced the
.col-{value}
classes with.cols-{value}
- replaced the
.span-{value}
classes with.col-span-{value}
- added
.rows-{value}
,.row-span-{value}
,.col-start-{value}
,.col-end-{value}
,.row-start-{value}
,.row-end-{value}
v0.0.9
- updated the
.icon
base class - removed the sizes utility classes
v0.0.8
- create the
--border-opacity-base
variable to manage the base border opacity value
v0.0.7
- added
.inline-grid
- replaced
.grid-col-{value}
with.col-{value}
v0.0.6
- shadow-ring
- updated spacing scale
- fixed minor issue with grid
v0.0.5
Fixed issue with .size-{value}
class when applied to .btn
elements
v0.0.4
Updated version number.
v0.0.2
- Simplified spacing, typography, grid
- Reduced breakpoints from 5 to 3
- Reduced CSS size by half
v0.0.1
This is an experimental, CSS-only version of the CodyHouse CSS framework.