Releases: codyhouse/codyframe
Releases · codyhouse/codyframe
v4.0.8
We've updated the compiling order of the padding and margin utility classes.
The specificy order is the following:
padding-{value}
padding-{x/y}-{value}
padding-{side}-{value}
e.g., if you write:
<div class="padding-md padding-top-xs"></div>
the padding-top declaration is more spacific and you'll have an element with the following padding:
div {
padding: var(--space-md);
padding-top: var(--space-xs);
}
v4.0.7
(no breaking changes)
Changelog:
- new: border-gradient classes now support border-radius (docs)
- new: text-indent utility classes
- new: line-clamp utility classes
v4.0.6
(no breaking changes)
Changelog:
- new built-in style guide (index.html)
- added option to create a fluid typography scale
- added option to create a fluid spacing scale
v4.0.5
(no breaking changes)
Changelog:
- added
$z-index
map for customizing the z-index variables
v4.0.4
(no breaking changes)
Changelog:
- fixed issue with the
.shadow-ring
utility class
v4.0.3
(no breaking changes)
Changelog:
- fixed issue with the
--inner-glow-top
variable - updated icon scale
v4.0.2
(no breaking changes)
Changelog:
- fixed issue with
.offset-{n}
utility classes
v4.0.1
We are thrilled to present CodyFrame v4.0.1, the CSS framework crafted by the CodyHouse team.
v4.0.0
Hello World.