6 Reasons You Should Use a CSS Preprocessor

CSS preprocessors are scripting languages that extend the default capabilities of CSS. They enable us to use logic in our CSS code, such as variables, nesting, inheritance, mixins, functions, and mathematical operations. CSS preprocessors make it easy to automate repetitive tasks, reduce the number of errors and code bloat, create reusable code snippets, and ensure… Continue reading 6 Reasons You Should Use a CSS Preprocessor

Get a CSS Custom Property value with JavaScript

Nowdays JavaScript is evolving fast and most probably going to set a new breakthrough in CSS development. CSS and design landscape is evolving too. The need of new and different has pushed customization to a completely different level becoming the new marketing strategy.The modern standards mixed width preprocessors and libraies let us achieve today intelligent… Continue reading Get a CSS Custom Property value with JavaScript