top | item 37624750

(no title)

trafnar | 2 years ago

I assume you are referring to the CSS shorthands Imba provides. Yes, they are controversial... and optional. These all work the same in imba:

  css div { background-color: red; display: flex; flex-direction: column; }
    div@hover {background-color:blue;}

  css div background-color: red display: flex flex-direction: column
    div@hover background-color: blue

  css div bgc:red @hover:blue d:vflex

discuss

order

lofaszvanitt|2 years ago

The problem is, once you offer the option, people gonna use it....