-
1 day, 2 hours agoSo you see, I love CSS, but I did something bad anyway
-
1 week, 1 day agoChanged how an outdated post is displayed (it wasn't for a long time actually)
-
1 week, 2 days agoKhodok's Blog now has a "Progressive Web App" version
-
1 week, 6 days agoI've been removing unused code and code that could be replaced for a while, today, SCSS was removed
-
2 weeks, 4 days agoI fixed most of the code errors reported by my code quality analyser
-
-
End of an era, there's one less language used on this website
Post #390 written by Khodok in Code Sanity and Optimization Updates
Content
SCSS gone
SCSS means Sassy CSS, because it’s exactly the same language as SASS (Syntactically Awesome Style Sheets), except that it uses a syntax that’s closer to the language it compiles into: CSS.
It has loads of advantages, but the main one is that a SCSS file of a few hundred lines can generate tens of thousands of CSS ones.
It has a few downsides too, for example, it has to be precompiled, and it doesn’t particularly do it well either, which can be a problem.
I recently discovered that the new tool I’m using, TailwindCSS, can do the same, but with better results, and without having to use two different tools for the same job.
That’s about it.
Please Log in to leave a comment.
No comments yet.