• Kogasa
    link
    fedilink
    arrow-up
    6
    ·
    20 days ago

    CSS is still used. Modern web toolkits like bootstrap and tailwind can reduce or eliminate the need to write CSS explicitly. Some tools like Sass extend CSS. They all generally produce regular CSS that gets read by the browser.

    • dan@upvote.au
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      20 days ago

      CSS is still used.

      Modern CSS is pretty different to MySpace-era CSS though. Floats are practically never used any more, absolute positioning is a lot rarer than it used to be, and flexbox and CSS grid have made making page layouts far easier. There’s also many things we can do with pure CSS now that used to require JS.