Skip to content

Releases: matype/stylefmt

Renamed to stylefmt

05 Apr 00:03
Compare
Choose a tag to compare

🎉 CSSfmt is renamed to stylefmt, and it supports to understand stylelint rules for formatting.

Supports formatting properties and values to lowercase.

04 Feb 08:39
Compare
Choose a tag to compare
  • Format properties and values to lowercase #59
  • Fixe a bug #56

Thanks @kristerkari :)

Support formatting future CSS syntax

27 Jan 12:40
Compare
Choose a tag to compare

Support format future CSS syntax like Custom Properties, Custom Selectors and so on.
If you are using cssnext, CSSfmt can work well with it.

Format hex color code to lowercase

31 Dec 06:29
Compare
Choose a tag to compare

Format hex color code to lowercase #41.

and fixed some bugs.

  • Fix Sass @if/@else formatting #54
  • Don't add spaces to data-urls, fixes #53
  • Fixes to Sass function and math formatting, fixes #52
  • Format declarations for AtRules #49
  • Don't add extra spaces to @include parameters #48
  • Fix missing new lines for Sass functions #47
  • Fix @charset formatting #46
  • Specify indentataion size and style from .editorconfig #45

Thanks for @kristerkari :)

Set indentation size from `.editorconfig`

11 Sep 09:36
Compare
Choose a tag to compare
  • Set indentation size from .editorconfig
  • Fixed some bugs

Support formatting `@import`

04 Sep 02:01
Compare
Choose a tag to compare
  • Support formatting @import
  • Fix sass function format
  • Introduce repeat-string package
  • Fix some bugs

Change to open 1 brank line between rules

01 Sep 10:03
Compare
Choose a tag to compare

Major release

23 Aug 16:20
Compare
Choose a tag to compare
  • Update PostCSS to v5.0.
  • Support all SCSS syntax.
    • inline comments
    • @function
  • Fix some bugs.

`--recursive` option

17 Aug 09:39
Compare
Choose a tag to compare
  • Add --recursive option in CLI.

Read a file from stdin

13 Aug 23:41
Compare
Choose a tag to compare
  • Read a file from stdin if there are no arguments in CLI.
  • Fix some bugs.