Known new bugs (fixed in nightly builds):
- Double-clicking doesn't select correct tokens when
[x] Double-clicking selects tokensin editor settings is enabled.
Notable changes since 2.3.30:
- Speed up opening the editor with styles that have a lot of color swatches + show swatches for modern colors although the color picker isn't updated so changing a color inside would convert it to a plain rgb format.
- Suppress Stylelint's warnings for variables in styles with
@preprocessor less. - Both
@preprocessor lessand@preprocessor styluswill set UserCSS style variables directly via their respective API instead of prepending to the style code internally which previously caused problems due to leftovers e.g. a dummy global section or a failure to parse the style altogether. - Update csslint-mod 1.0.10:
- silences the warnings for vendor prefixed functions like -webkit-gradient as they're mostly ancient fossils
- warns about invalid pseudo selector sequence like
::after:hover - adds gradients with two color stops
- adds stuff shipped in Chrome 150
Full Changelog: v2.3.30...v2.3.31