Uniquely name a bunch elements in CSS in one go! Instead of assigning 100 unique names through 100 declarations, write only 1 and use ident() to construct the names.
A rather geeky/technical weblog, est. 2001, by Bramus
<custom-ident> and <dashed-ident> values with ident()CSSNestedDeclarations is coming to all browsers to improve CSS Nesting!
With @property now being Baseline Newly Available, I thought it’d be a good time benchmark the impact – if any – it has on the performance of your CSS. When starting to use a new CSS feature it’s important to understand its impact on the performance of your websites, whether positive or negative. With @property …
Continue reading “Benchmarking the performance of CSS @property”
height: auto; (and other intrinsic sizing keywords) in CSS@bramus/style-observer, a MutationObserver for CSS@starting-style support