this post was submitted on 15 Feb 2026
27 points (96.6% liked)

CSS

715 readers
2 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lambalicious@lemmy.sdf.org 3 points 2 days ago
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>)
  ;
}