02:47 | <Jack Works> | I wonder about the use rate of new css features like new units, new color functions |
02:49 | <Jack Works> | Because css cannot be polyfilled |
05:14 | <sea-grass> | I would guess that the use rate of new css features would go up as autoprefixer/other css preprocessors add support for them, which is basically polyfilling |
06:56 | <Jack Works> | Many features cannot be polyfilled because they don't have an old equivalent version, for example different color functions do not represent the same color space. Units are the same |
13:19 | <ryzokuken> | https://preset-env.cssdb.org/ atleast claims to get the job done |