Skip to content

Releases: jmjuanes/lowcss

v0.3.0 (2022-12-18)

18 Dec 00:43
ec36898
Compare
Choose a tag to compare
  • Add red, light and dark color palettes.
  • Temporally disable dark variants for border-color, background-color and color properties.
  • Improve fonts.
  • Add container styles.

v0.2.2 (2022-10-30)

30 Oct 20:31
0837a81
Compare
Choose a tag to compare
  • Improved spacing values.

v0.2.1 (2022-10-27)

27 Oct 17:04
5541ac4
Compare
Choose a tag to compare
  • Fixed bug generating classnames of variants (c425884).

v0.2.0 (2022-10-25)

25 Oct 19:22
543b1b5
Compare
Choose a tag to compare
  • Improve utility generator and improve customization forwarding all variables in _config.scss.
  • Fixed some values:
    • flex-grow and flex-shrink now allow integer values (flex-grow-0, flex-grow-1, ....).
    • z-index now uses integer values (z-1, z-2, ...) instead of multiples of 10.
  • Optimized generated CSS using CSSO.

v0.1.0 (2022-10-23)

22 Oct 22:26
5a8df1c
Compare
Choose a tag to compare
  • Added active pseudo selector to color utilities.
  • Added dark mode to color utilities.
  • Fixed default colors names.
  • Removed lightX00 and darkX00 colors.

v0.0.1 (2022-10-21)

21 Oct 17:34
0a706f1
Compare
Choose a tag to compare

Initial release of LowCSS.