• unmagical@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    28 days ago

    I, uh, hate that radius calculation. Why does the radius need to be reactive? What do you stand to gain over just setting to like 3 or 4px and moving on with your life?

        • tapdattl@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          28 days ago

          He did

          […] Why does the radius need to be reactive? What do you stand to gain over just setting to like 3 or 4px and moving on with your life?

          Junior webdev points

          AKA you gain nothing.

          • unmagical@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            28 days ago

            Oof, I might have wooshed there. Totally read that comment as criticizing my inquiry as things a Jr would ask and not as the implementation being “look what I as a Jr can do!”

  • mindbleach@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    26 days ago

    HTML tends to absorb all its best kludges. I put off learning JQuery for so long that the features I wanted became standard.

      • frezik@midwest.social
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        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.