Working in a sloppy codebase under a tight deadline:
“I will have to remember ‘I am here today to cross the swamp, not to fight all the alligators.’” - Benjamin Zander
Which of the examples in the image do you consider correct?
If you know CSS well, don't reply, just retweet.
If you don't know CSS too well, please reply to the poll in the next tweet.
SpaceX and @NASA have completed thousands of hours of tests, analyses, and reviews in preparation for Crew Dragon’s first test flight to the @space_station
TIL you can have CSS class names with colons in them using backslash escapes:
.xl\:w-2\/3{
width:66.66667%
}
<div class="xl:w-2/3">...</div>
Not sure how I used CSS for nearly two decades without learning that before, but there you go!