• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



  • Big P@feddit.uktoProgrammer Humor@lemmy.ml***
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    I agree that it’s useful if you’re trying to create something quick and small but as soon as you want to do anything where there’s complexity that needs to be kept consistent then it falls apart for me. Surely tailwind is the exact opposite of DRY with the way you specify properties directly on the component instead of in a normal css system?


  • Big P@feddit.uktoProgrammer Humor@lemmy.ml***
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    But is it not really annoying to redefine the entire style in the class list of every component? Like if you have multiple things that look almost identical you need about a dozen classes that are identical on each and if you ever want to change that you have to go through each of them and change it, rather than using css classes how they’re actually supposed to be used and changing it in a single place