heythatsprettygood@feddit.uk to Programmer Humor@programming.devEnglish · 21日前Once you know Bootstrap's CSS you can't unsee itfeddit.ukimagemessage-square41fedilinkarrow-up1314
arrow-up1314imageOnce you know Bootstrap's CSS you can't unsee itfeddit.ukheythatsprettygood@feddit.uk to Programmer Humor@programming.devEnglish · 21日前message-square41fedilink
minus-squaresomegeek@programming.devlinkfedilinkarrow-up4·20日前All the elements you mentioned are natove HTML elements that don’t need any library.
minus-squarerefalo@programming.devlinkfedilinkarrow-up5·20日前many native elements either do not function like people want or cannot be styled the same
minus-squareClassifiedPancake@discuss.tchncs.delinkfedilinkarrow-up2·19日前Yes but it wasn’t always the case. Bootstrap used to be very helpful when grids, modals, accordions and so on were not standard.
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up1·19日前What’s a native HTML element that mimics Bootstraps Collapse?
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up4·19日前I was going to list a whole bunch of things the DETAILS tag doesn’t allow, but it seems that none of these issues actually appear. So either it has evolved since I’ve looked at it last time or I was stupid. Either way, thanks for talking back.
minus-squareFlamekebab@piefed.sociallinkfedilinkEnglisharrow-up2·19日前I had to look it up myself - so I learned about it too!
All the elements you mentioned are natove HTML elements that don’t need any library.
many native elements either do not function like people want or cannot be styled the same
Can you elaborate? Give some examples?
Yes but it wasn’t always the case. Bootstrap used to be very helpful when grids, modals, accordions and so on were not standard.
What’s a native HTML element that mimics Bootstraps Collapse?
details and summary?
I was going to list a whole bunch of things the DETAILS tag doesn’t allow, but it seems that none of these issues actually appear. So either it has evolved since I’ve looked at it last time or I was stupid.
Either way, thanks for talking back.
I had to look it up myself - so I learned about it too!