This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Releases: sevenval/stylelint-config-sevenval
Releases · sevenval/stylelint-config-sevenval
2.0.1
2.0.0
1.4.0
- Warn when using
px
instead ofrem
orem
- Limit nesting to a depth of
4
1.3.3
1.3.2
- Add Sass
@function
and@return
to at-rule exceptions
1.3.1
- Allow scss and css-modules in the same file
1.3.0
- Add support for CSS-Modules
1.2.1
- Complete repo transfer to sevenval organization
1.2.0
- Support sass conditionals in one line
@if $a {
color: red;
} @else {
color: blue;
}
1.1.0
- 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