Skip to content

Tags: AlVaFer/scss-lint

Tags

v0.59.0

Toggle v0.59.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.59.0

* Add `overflow-wrap` to `PropertySortOrder` list for SMACSS
* Remove dependency on `rake` gem

v0.58.0

Toggle v0.58.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.58.0

* 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 ([sds#977](sds#977))

v0.57.1

Toggle v0.57.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.57.1

* Relax Sass gem dependency to allow 3.6.x

v0.57.0

Toggle v0.57.0's commit message
Cut version 0.57.0

v0.56.0

Toggle v0.56.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.56.0

* Add support for Sass 3.5. [Custom properties are not yet supported](sds#927).
* Modify all output formats to include a linter even for syntax or encoding errors
* Fix `SpaceAfterComment` to not report lints for [file-level annotation comments](http://sassdoc.com/file-level-annotations/)

v0.55.0

Toggle v0.55.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.55.0

* 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

v0.54.0

Toggle v0.54.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.54.0

* 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](sass/sass#2284) returned by the Sass parser
* Fix `Indentation` linter to work with `@import` statements which spanned multiple lines

v0.53.0

Toggle v0.53.0's commit message
Cut version 0.53.0

v0.52.0

Toggle v0.52.0's commit message
Cut version 0.52.0

v0.51.0

Toggle v0.51.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.51.0

* Add `contain` to list of properties allowed by `PropertySpelling`
* Fix `DuplicateProperty` to report duplicate properties inside media queries
* Relax gem dependency constraints to allow rake 12.x