Releases: sds/scss-lint
Releases · sds/scss-lint
SCSS-Lint 0.60.0
- Add
scroll-marginfamily of properties to allowlist - Add
gapfamily of properties to allowlist - Add
text-underline-offsetproperty to allowlist - Add
place-itemsproperty to allowlist - Add
accent-colorproperty to allowlist - Add
scroll-paddingfamily of properties to allowlist - Add support for Ruby 3.2
SCSS-Lint 0.59.0
- Add
overflow-wraptoPropertySortOrderlist for SMACSS - Remove dependency on
rakegem
SCSS-Lint 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-widthto known properties list - Add CSS SVG properties (#977)
SCSS-Lint 0.57.1
- Relax Sass gem dependency to allow 3.6.x
SCSS-Lint 0.57.0
- Add
text-decoration-skipproperty toPropertySpelling - Drop support for Ruby 2.0
- Require
sassgem 3.5.5 or newer - Add grid properties to SMACSS sort order for
PropertySortOrder
SCSS-Lint 0.56.0
This release includes support for Sass 3.5. A big thanks to @tagliala for the incredible effort to get here.
- Add support for Sass 3.5. Custom properties are not yet supported.
- Modify all output formats to include a linter even for syntax or encoding errors
- Fix
SpaceAfterCommentto not report lints for file-level annotation comments
SCSS-Lint 0.55.0
- Add
ng-deepto the list recognized by thePseudoElementlinter - Add
classic_BEMconvention forSelectorFormat - Deprecate
strict_BEMconvention forSelectorFormat. Useclassic_BEMinstead. - Add
font-displayandjustify-itemsproperties toPropertySpellinglinter - Add
frunit toPropertyUnitslinter
SCSS-Lint 0.54.0
- Add
cubic-beziertoNameFormatwhitelist - Allow triple-slash (
///) comments inSpaceAfterComment - Add new grid spec properties to
PropertySpelling - Add workaround for negative source range lengths returned by the Sass parser
- Fix
Indentationlinter to work with@importstatements which spanned multiple lines
SCSS-lint 0.53.0
- Update smacss order
- Add missing transform-origin property to concentric order
- Ignore URLs with variables in UrlFormatter
SCSS-Lint 0.52.0
Minor change for plugins:
- Config files are now read from plugin directories.