Today I learned that @MerriamWebster website is not very accessible to keyboard users. Poor choice to disable the focus rings on almost all the interactive elements.
I think it’s time to write another CSS framework. The first 2 came out pretty decent enough that we use them at Mamamia. Learned a lot making the first two.
@ericnakagawa After living here for quite sometime I’m still amazed that Japan has never gotten loco moco right. Only once I had a proper one but that was at Konishki’s restaurant.
A friend asked me how he could override css values of a button that was made by a coworker without touching the coworkers code. I made this little codepen to show him 2 of the possible ways
https://t.co/P9d24Jt6DG
@samarthrawal This is really neat. The main reason I find is interesting is the js part. I been doing some things with range lately and I find the way you did the insertion with it very inspiring.