terribleMia’s avatarterribleMia’s Twitter Archive—№ 12,267

    1. The rate of development here – massive change logs every couple weeks – is fun to watch. Lots of good CSS to play with… (🤯 support for none as a valid color hue, eg when converting from grayscale to hsl – the hue is unknown. Should improve eg fade-to-black interpretation) webkit/1491881170266570757
  1. …in reply to @TerribleMia
    This also includes better performance when layering styles with @-import in html: <style> @ import url(…) layer(reset); @ import url(…) layer(framework); @ import url(…) layer(app); </style> Hopefully soon we can: <link href="…" layer="…" /> but for now, @-import works.