←back to thread

451 points todsacerdoti | 1 comments | | HN request time: 0.225s | source
1. wildpeaks ◴[] No.45068021[source]
Some people don't realize how far we've come in 20 years, CSS is so good now I even got rid of the last bit of preprocessing I was still using (CSS Modules, for generating globally-unique classnames at build time) now that I switched to Web Components for both frontend and backend (thanks to JSDOM) given they use already globally-unique tag names.