codeinabox to CSSEnglish · 3 days agoModern CSS Code Snippets: Stop writing CSS like it's 2015modern-css.comexternal-linkmessage-square8linkfedilinkarrow-up140arrow-down10file-textcross-posted to: [email protected]
arrow-up140arrow-down1external-linkModern CSS Code Snippets: Stop writing CSS like it's 2015modern-css.comcodeinabox to CSSEnglish · 3 days agomessage-square8linkfedilinkfile-textcross-posted to: [email protected]
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·2 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>) ; }
minus-squareKissakilinkfedilinkEnglisharrow-up2·2 days agoPlease make them incompatible so that I have to upgrade.
Yeh, we need
c++ssdiv.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>) ; }Please make them incompatible so that I have to upgrade.