10
kiki
2y

wake up

Comments
  • 1
    I already wrote a long complaint about CSS selectors, but let me just reiterate that

    1. Because you have to retype them every time, you're motivated to keep class names short
    2. Because you can't alias a subselector, you're motivated to introduce redundant classes for elements that could be derived from an existing class
    3. Short class names and a greater than necessary number of classes mean that conflicts are likely
    4. Because the default combinator is arbitrary depth, collisions along with spontaneous matches from nested components introduce unexpected matches
  • 3
    This is why I use gimp and upload jpegs of buttons to my website
  • 0
    Really depends on which parts of CSS you hate.
  • 1
    I use sass in every project but don't use any features from it... :P
    But damn I'M USING SASS
  • 0
    @ostream great...
  • 2
    I am a simple man, I see kiki saying something about CSS, even if a meme, and I read, I listen and I learn.

    Remember lads, no one knows CSS, except for Kiki, only Kiki knows CSS.

    You (person reading this that is not kiki)might think you know CSS, but you do not.

    Hail kiki!
  • 0
    Lol, I'll never touch CSS without SASS..

    At least there is strcture with SASS. I would just love compilation to be faster. Right now it takes around a minute to recompile around 250 SASS fioles in application and bundle them
  • 0
    @gogokun it's not vanila JS if you are using react
Add Comment