Code & Blog

Category: Code Snippet

Notes On SCSS

Partials on SCSS Partials in scss files contains variables and start with an underscore. It will not generate a CSS file or CSS map file, like style.scss

Read More »

Frontend Essential npm Commands

Needed packages 1. Initialize Project 2. Bootstrap 3. Fontawesome 4. Autoprefixer What is Autoprefixer Autoprefixer is a CSS post-processor. It combs through compiled CSS files to add or remove vendor prefixes like

Read More »
Blog Categories

Most Popular