#css
Read more stories on Hashnode
Articles with this tag
Before the summer, I had the pleasure to read this article that talked about splitting your css into multiple files to optimize file size. At the...
Even if this topic has already been discussed in details elsewhere, I'd like to share a few discoveries about my recent experiment with custom...
While I'm a big fan of SASS variables, I tend to use more and more CSS variables since they get very good browser support. One issue I was often...
A couple of months ago, I've opened an issue about buttons not using display: inline-flex. Since Bootstrap 5 aims to be a modern framework, you could...
In my recent experiments, I've been using Bootstrap 5 grid to create some layouts. And while it works perfectly, it has two problems: It's a bit...