codeinabox@programming.dev to CSS@programming.devEnglish · 13 days agoModern CSS Code Snippets: Stop writing CSS like it's 2015modern-css.comexternal-linkmessage-square8linkfedilinkarrow-up140arrow-down10file-text
arrow-up140arrow-down1external-linkModern CSS Code Snippets: Stop writing CSS like it's 2015modern-css.comcodeinabox@programming.dev to CSS@programming.devEnglish · 13 days agomessage-square8linkfedilinkfile-text
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·12 days agodiv.mydiv { template <Variable mycolor> requires std::is_named_color<mycolor> || is_function_color<mycolor> || is_hexa<mycolor> mydiv& background-color: mycolor noexcept( noexcept( background-color: mycolor) || !std::is_IE6 ) --> decltype (css_declaration<property>) ; }
div.mydiv { template <Variable mycolor> requires std::is_named_color<mycolor> || is_function_color<mycolor> || is_hexa<mycolor> mydiv& background-color: mycolor noexcept( noexcept( background-color: mycolor) || !std::is_IE6 ) --> decltype (css_declaration<property>) ; }