Notable changes:
- csslint-mod 1.0.8 + new rule:
selector-newline-no-indentto warn about a missing "," at the end of a multi-line compound selector unless the subsequent lines are indented relative to the first line - stylelint 17.11.0 + enable more rules by default (you can enable them in linter config dialog either manually or by clicking the Reset button):
at-rule-descriptor-no-unknown,at-rule-descriptor-value-no-unknown,declaration-property-value-no-unknown,nesting-selector-no-missing-scoping-root,no-invalid-position-declaration,selector-no-invalid. See also https://stylelint.io/CHANGELOG - fix options button in popup on mobile Kiwi/Edge
- fix Publish button in editor
- fix compatibility with old Firefox
- improve CSP error message in popup
Full Changelog: v2.3.22...v2.3.23