Gork@sopuli.xyz to Programmer Humor@programming.dev · 3 hours agoSorry, can't do scarves.sopuli.xyzimagemessage-square38fedilinkarrow-up1330arrow-down11
arrow-up1329arrow-down1imageSorry, can't do scarves.sopuli.xyzGork@sopuli.xyz to Programmer Humor@programming.dev · 3 hours agomessage-square38fedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up22·2 hours agoAnd then you realize that the previous programmer abused the anchors to build all of the buttons.
minus-squarecriss_cross@lemmy.worldlinkfedilinkarrow-up6·49 minutes agoAnd 50% of the styles are marked as !important
minus-squareSleeplessCityLights@programming.devlinkfedilinkarrow-up4·43 minutes agoHey it’s not my fault, this project was started in 2018 and they choose to use bootstrap.
minus-squarecriss_cross@lemmy.worldlinkfedilinkarrow-up2·30 minutes agoOh god I didn’t expect that to give me the level of PTSD flashback that it did. Fuck bootstrap with a rusty pitchfork.
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up2·edit-226 minutes agoIt’s not as bad as it used to be. Some things require you to use a few more selectors that you’d normally write, but that’s really only tables. Most stuff is exposed via CSS variables nowadays.
a { color: pink; }And then you realize that the previous programmer abused the anchors to build all of the buttons.
And 50% of the styles are marked as !important
Hey it’s not my fault, this project was started in 2018 and they choose to use bootstrap.
Oh god I didn’t expect that to give me the level of PTSD flashback that it did.
Fuck bootstrap with a rusty pitchfork.
It’s not as bad as it used to be. Some things require you to use a few more selectors that you’d normally write, but that’s really only tables.
Most stuff is exposed via CSS variables nowadays.