Skip to content

Releases: conedevelopment/sprucecss

v0.7.2

21 Apr 06:53
Compare
Choose a tag to compare

Bugfix

  • Change start to flex-start and end to flex-end at flex properties.

v0.7.1

18 Apr 10:08
Compare
Choose a tag to compare

Bugfix

  • Remove background-color from transition-property at generate-form-check mixin.

v0.7.0

18 Apr 09:55
Compare
Choose a tag to compare

Improvements

  • Add smaller line-height to .form-description, .field-feedback and .form-label.
  • Update transition properties to use new function.
  • Update .form-control’s transition properties.
  • Stylelint: enable underscores in class names and placeholders (BEM).

Bugfix

  • Fix $font-family-* quotes.

v0.6.0

05 Apr 15:57
Compare
Choose a tag to compare

New features

Improvements

  • Add scrollbar colors to $colors map.
  • Set layout-stack $width's default value to false.
  • Set Stylelint's color-function-notation to modern.

v0.5.0

15 Mar 17:09
Compare
Choose a tag to compare

New features

  • Add word-wrap mixin.
  • Add in-line table style.
  • Add aspect-ratio-* utility classes.

Improvements

  • Rework form-control generator.
  • Add display: block; to iframes.

Removed

  • Remove aspect-ratio mixin.

v0.4.1

03 Mar 19:29
Compare
Choose a tag to compare

Bugfix

  • Fix import path at elements.

v0.4.0

03 Mar 17:53
Compare
Choose a tag to compare

Improvements

  • Add generator mixins
  • Rework preview

v0.3.1

23 Feb 16:38
Compare
Choose a tag to compare
  • Fix typos

v0.3.0

22 Feb 07:25
Compare
Choose a tag to compare

New features

  • Add reset ul, ol mixin with clear-list().
  • Add clear button style mixin with clear-btn().
  • Add a11y-card-link() mixin.
  • New table variants: sm size, bordered, clear-border style.
  • Add hidden utility class.
  • Add generate-color-variables() mixins to generate color variables.
  • Add field-icon() mixin to get and color form element images.

Improvements

  • `::selection' add foreground color variable.
  • Move $prefix under the $settings map.
  • Use as * import internally.
  • Add color variable to the table.
  • Add font-size variable to .form-check--lg.
  • Use newer HSL syntax at colors.
  • Fieldset stack gap got a variable.
  • Button icon got a new, smaller size option.
  • layout-stack() has !important parameter.
  • Reorganize .form-check styling under a mixin.
  • Simplify button declaration colors (now we can init a button with only two colors).

Bugfix

  • $font-size-lead: add !default.

v0.2.0

28 Jan 18:53
Compare
Choose a tag to compare

New features

Improvements

  • Add $btn-font-family to control the button's font family.
  • Add $heading-font-weight to control the heading's font-weight.
  • Rename some keys in the $colors map (mark-color : mark-foreground, code-color : code-foreground).
  • Reorganize the recurrent colors into variables.
  • Modify btn-variant() mixin: add hover foreground color.
  • Global switch to color() function's fallback value under the $settings map.
  • Modify the scrollbar() mixin to accept hover thumb background-color value.
  • Make $breakpoints overwriteable by key.
  • Modify font-size() and responsive-font-size() function to accept optimal size value. The optimal value will fallback to a global settnigs under the $settings map.

Bugfix

  • Fix some missing !default at variable declaration.