Skip to content

Releases: sds/scss-lint

SCSS-Lint 0.60.0

27 Jan 18:03
@sds sds
v0.60.0
Compare
Choose a tag to compare
  • Add scroll-margin family of properties to allowlist
  • Add gap family of properties to allowlist
  • Add text-underline-offset property to allowlist
  • Add place-items property to allowlist
  • Add accent-color property to allowlist
  • Add scroll-padding family of properties to allowlist
  • Add support for Ruby 3.2

SCSS-Lint 0.59.0

11 Oct 05:10
@sds sds
v0.59.0
99ce4ee
Compare
Choose a tag to compare
  • Add overflow-wrap to PropertySortOrder list for SMACSS
  • Remove dependency on rake gem

SCSS-Lint 0.58.0

11 Oct 05:09
@sds sds
v0.58.0
e5a04c1
Compare
Choose a tag to compare
  • Drop support for Ruby 2.3 or older
  • Add caret-color, ::-ms-backdrop, ::-webkit-details-marker, place-content, font-variant-numeric, scrollbar-width to known properties list
  • Add CSS SVG properties (#977)

SCSS-Lint 0.57.1

27 Sep 15:47
@sds sds
v0.57.1
478991f
Compare
Choose a tag to compare
  • Relax Sass gem dependency to allow 3.6.x

SCSS-Lint 0.57.0

26 Feb 08:20
Compare
Choose a tag to compare
  • Add text-decoration-skip property to PropertySpelling
  • Drop support for Ruby 2.0
  • Require sass gem 3.5.5 or newer
  • Add grid properties to SMACSS sort order for PropertySortOrder

SCSS-Lint 0.56.0

05 Nov 02:15
@sds sds
v0.56.0
cd75269
Compare
Choose a tag to compare

This release includes support for Sass 3.5. A big thanks to @tagliala for the incredible effort to get here.

SCSS-Lint 0.55.0

10 Oct 04:40
@sds sds
502241a
Compare
Choose a tag to compare
  • Add ng-deep to the list recognized by the PseudoElement linter
  • Add classic_BEM convention for SelectorFormat
  • Deprecate strict_BEM convention for SelectorFormat. Use classic_BEM instead.
  • Add font-display and justify-items properties to PropertySpelling linter
  • Add fr unit to PropertyUnits linter

SCSS-Lint 0.54.0

14 Jun 06:04
@sds sds
14e4415
Compare
Choose a tag to compare
  • Add cubic-bezier to NameFormat whitelist
  • Allow triple-slash (///) comments in SpaceAfterComment
  • Add new grid spec properties to PropertySpelling
  • Add workaround for negative source range lengths returned by the Sass parser
  • Fix Indentation linter to work with @import statements which spanned multiple lines

SCSS-lint 0.53.0

10 Apr 07:30
Compare
Choose a tag to compare
  • Update smacss order
  • Add missing transform-origin property to concentric order
  • Ignore URLs with variables in UrlFormatter

SCSS-Lint 0.52.0

05 Jan 10:00
Compare
Choose a tag to compare

Minor change for plugins:

  • Config files are now read from plugin directories.