From the course: CSS to Sass: Converting an Existing Site

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Set up your environment

Set up your environment

From the course: CSS to Sass: Converting an Existing Site

Start my 1-month free trial

Set up your environment

- When I'm writing code there are two plugins I can't live without. Git Gutter and proper syntax highlighting for the language I'm working in. Git Gutter shows an icon in the gutter area to indicate if the line has been added, deleted or modified. I find this incredibly useful to keep track of what you're doing. And as you're viewing this videos, it will help you see what I've changed. It's available for Sublime Text, TextMe, Vimm, Emax and Xcode, and Adam has a similar plug in called GetDef. In this lesson, we'll go through how do we install Git Gutter and a Sass Syntax highlighter for Sublime Text. To install these two plugins, I'm first going to install a tool called Package Control for Sublime Text. This makes adding and removing packages much easier. To install package control, I'm going to go to their website at packagecontrol.io and click on installation. Then I will follow the simple instructions here on the left. If these don't work for you for some reason, then the manual…

Contents