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

CSS

719 readers
2 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] fox2263@lemmy.world 5 points 4 days ago (4 children)

Since CSS has changed so much that there are old and new ways of doing things, maybe they should have changed version numbers.

[–] towerful@programming.dev 3 points 4 days ago (2 children)
[–] lambalicious@lemmy.sdf.org 3 points 4 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>)
  ;
}
[–] Kissaki@programming.dev 2 points 4 days ago

Please make them incompatible so that I have to upgrade.

load more comments (1 replies)