
Traditionally, CSS and JavaScript, the main assets of the web frontend, were difficult to manage at the source level, and quickly entered chaotic territory and became difficult to maintain. To make CSS and JavaScript in this chaotic area easier to maintain and manage at the source level, the compiled build mechanisms of Grunt and Gulp were created. In today's world, front-end development is SCSS (SASS, LES...

I have a strong feeling now, but in the world, the default development method in front-end development is to improve the efficiency of CSS and JavaScript coding with SCSS (SASS, LESS, etc.), CoffeeScript, etc., while at the same time making it easier to maintain and manage the source. I'm a big fan of incorporating technology in that area, and I used to code CSS and JavaScript raw, but recently I've been doing it...