You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added the [[#progress|*-progress()]] family of functions, to represent interpolation progress between two values.
3272
3294
* Added the [[#mixing|*-mix()]] family of functions, to represent actually interpolating between two values.
3273
3295
* Added ''first-valid()'', to allow CSS's forward-compatible parsing behavior (drop invalid things, go with what's left) to be used with custom properties and other contexts where validity isn't known until <em>after</em> parsing.
3296
+
* Added ''if()'' for inline conditionals.
3297
+
* Added ''inherit()''.
3274
3298
* Added the ''toggle()'' and ''attr()'' functions.
3275
3299
* Added the ''random()'' and ''random-item()'' functions.
3276
3300
* Added the ''sibling-count()'' and ''sibling-index()'' functions.
3277
3301
* Added the ''calc-size()'' function, and the related 'interpolate-size' property.
3302
+
* Added the <<boolean[]>> syntax notation to the [=value definition syntax=].
0 commit comments