New version 3.6.0 is available from the usual places:
Highlights
- It is the first independent release of the core module of css4j (see issue #5).
- The color() function from Color Level 4 is now fully supported as a color (see #4).
Bugs
Not long after the release of 3.6.0, I discovered a regression that was introduced in 3.5.2. Custom properties that contain a top-level asterisk, like:
--foo: 2em * 3;
are triggering an error (the above value would be wrong, if it was a regular property). The regression shall be addressed in 3.6.1, scheduled for August 29th.