• frezik
    link
    fedilink
    arrow-up
    11
    ·
    18 小时前

    I like that css now has variables, but why that syntax?

      • frezik
        link
        fedilink
        arrow-up
        18
        ·
        18 小时前

        I could understand declaring with --foo, but then referencing should be either var(foo) or just --foo, not the combination var(--foo). I don’t get why the grammar has to work that way.