Code & Blog

Category: CSS

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 »

How To Fix: CSS Updating Issue On Browser

###WordPress Add a random version number at the end of the CSS file you are attaching. If you are using ‘wp_enqueue_style’ or ‘wp_register_style’ functions, you can pass a random (version) number rand(111,9999)

Read More »
Blog Categories

Most Popular