Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Releases: sevenval/stylelint-config-sevenval

2.0.1

01 Aug 14:07
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Remove unit-blacklist rule

2.0.0

04 Jun 14:59
Compare
Choose a tag to compare
  • Upgrade all dependencies (major). Fixes semver issue with postcss-selector-parser. See #12

1.4.0

09 Feb 00:35
Compare
Choose a tag to compare
  • Warn when using px instead of rem or em
  • Limit nesting to a depth of 4

1.3.3

09 Feb 00:22
Compare
Choose a tag to compare
  • Upgrade stylelint which renamed a few ruless
  • Upgrade all dependencies
  • Test on both node 6 and 7
  • Add Sass @content to at-rule exceptions

1.3.2

18 Oct 07:17
Compare
Choose a tag to compare
  • Add Sass @function and @return to at-rule exceptions

1.3.1

13 Oct 17:17
Compare
Choose a tag to compare
  • Allow scss and css-modules in the same file

1.3.0

11 Oct 15:18
Compare
Choose a tag to compare
  • Add support for CSS-Modules

1.2.1

01 Oct 12:01
Compare
Choose a tag to compare
  • Complete repo transfer to sevenval organization

1.2.0

28 Sep 22:26
Compare
Choose a tag to compare
  • Support sass conditionals in one line
@if $a {
  color: red;
} @else {
  color: blue;
}

1.1.0

28 Sep 20:58
Compare
Choose a tag to compare
  • Remove selector depth limits. There is no way that would go well with parsing projects
  • Disable declaration-empty-line-before rule. We don't have an empty line after @extend