Skip to content

Releases: codyhouse/codyframe

v4.0.8

17 Jul 08:35
Compare
Choose a tag to compare

We've updated the compiling order of the padding and margin utility classes.

The specificy order is the following:

  1. padding-{value}
  2. padding-{x/y}-{value}
  3. 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

10 Jul 10:39
Compare
Choose a tag to compare

(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

04 Apr 15:52
Compare
Choose a tag to compare

(no breaking changes)

Changelog:

v4.0.5

09 Mar 13:19
Compare
Choose a tag to compare

(no breaking changes)

Changelog:

  • added $z-index map for customizing the z-index variables

v4.0.4

08 Mar 16:32
Compare
Choose a tag to compare

(no breaking changes)

Changelog:

  • fixed issue with the .shadow-ring utility class

v4.0.3

02 Mar 11:21
Compare
Choose a tag to compare

(no breaking changes)

Changelog:

  • fixed issue with the --inner-glow-top variable
  • updated icon scale

v4.0.2

24 Feb 14:14
Compare
Choose a tag to compare

(no breaking changes)

Changelog:

  • fixed issue with .offset-{n} utility classes

v4.0.1

17 Feb 09:56
Compare
Choose a tag to compare

We are thrilled to present CodyFrame v4.0.1, the CSS framework crafted by the CodyHouse team.

Documentation →

v4.0.0

13 Feb 14:17
Compare
Choose a tag to compare

Hello World.