Fixed
- An explicit end position is now passed to all
report
calls.
Thereport
calls no longer receive theline
argument, which was deprecated instylelint@16.13.0
.
Previously, attempts to updatestylelint
to16.13.0
version resulted in multiple DeprecationWarning messages (#53) (@MorevM). - Added an exception to the
declaration-block-semicolon-space-before
rule for an empty value of a custom property: now both--custom-prop: ;
and--custom-prop:;
are considered valid even with thenever
andnever-single-line
options.
You can find a detailed explanation in the original issue (#51) (@MorevM). - Fixed behavior of
baseIndentLevel
option ofindentation
rule when used in non-CSS files (e.g. when usingpostcss-html
syntax) (#47) (@net-solution). - Fixed removing the starting indentation along with the blank line in the
no-empty-first-rule
rule (#47) (@net-solution).