Tag: SCSS
-
Ingore specific folder or file from Sublime Text
While working with Node.js environment or working with SASS CSS pre-processor or with GIT, sometimes it becomes annoying when the Sublime Text Editor starts showing you unwanted files in File Navigation Prompt (“Ctrl + P” in Windows) or (“CMD + P” inside Mac). Well, Sublime Text allows you to configure the user settings to exclude…
-
Setup SASS/SCSS compiler on a Windows machine
SASS/SCSS is well-known CSS preprocessor used to write your traditional CSS in a very fast and efficient way. It’s almost same with some extra features like Variables, Mixins, Inheritance(extend), Import and many more features. Basically, SASS helps you manage the CSS part on larger projects very easily. 1) Ruby Installation: To get it working on…
You must be logged in to post a comment.