#coding
Read more stories on Hashnode
Articles with this tag
Dealing with fonts can get quite overwhelming. For quite some time, I was searching for a way to self-host google fonts because the google fonts API's...
This workaround isn't limited to background-color property. · In a single-page application, you only have one body element, and although you can specify...
Terser is a javascript compressor and mangler supporting ES6+ specification. In this tutorial, you will get to know how to use terser to...
Using PostCSS, Autoprefixer and cssnano · Writing CSS from scratch along with adding vendor prefixes can be a daunting task if done manually....
SASS extends CSS which means that you can have all the features of CSS plus the features of SASS just like a cherry on top of a cake! Browsers don't...