- Upgrade dependencies
- Remove
unit-blacklist
rule.
- Upgrade all dependencies (major). Fixes semver issue with
postcss-selector-parser
- Warn when using
px
instead ofrem
orem
- Limit nesting to a depth of
4
- Upgrade stylelint which renamed a few ruless
- Upgrade all dependencies
- Test on both node 6 and 7
- Add Sass
@content
to at-rule exceptions
- Add Sass
@function
and@return
to at-rule exceptions
- Allow scss and css-modules in the same file
- Add support for CSS-Modules
- Complete repo transfer to sevenval organization
- Support sass conditionals in one line
@if $a {
color: red;
} @else {
color: blue;
}
- 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
- Initial Release