Select Page

Tag: SCSS

How to create a SCSS to CSS compiling setup?

How to create a SCSS to CSS compiling setup?

Hi, I have created a very nice and minimal working scss/sass to css compiling setup on my local and i am sharing the steps to do it with you. Step 1 – install node js from here – https://nodejs.org/en/ Step 2 – initialize package.json file with...
Why should I use Sass or SCSS? Revision:

Why should I use Sass or SCSS? Revision:

CSS is awesome on its own but gets larger, more complex, and harder to maintain with time in large and complex projects. Sass or SCSS features like nesting, mixins, and inheritance helps in maintainable CSS for large projects. Here is a quick glimpse of what Sass or...
Convert CSS to Sass or Scss

Convert CSS to Sass or Scss

This is a cool application to convert a CSS file back to a sass file and then manage the sass file accordingly to get the whole control of big projects with no sass implemented. Web link – http://css2sass.herokuapp.com/