2013-10-09 12:30:53 +02:00
|
|
|
---
|
2013-10-11 23:03:13 +02:00
|
|
|
title: Install Sass
|
2013-10-09 12:30:53 +02:00
|
|
|
---
|
2013-05-19 22:22:05 +02:00
|
|
|
|
2013-10-11 22:06:20 +02:00
|
|
|
%h2 There are a couple of ways to start using Sass:
|
2013-10-12 20:25:16 +02:00
|
|
|
%ol.list-columns
|
2013-10-12 17:57:34 +02:00
|
|
|
%li.gui-application
|
2013-10-12 23:39:55 +02:00
|
|
|
%h3 Applications
|
2015-01-06 19:50:24 +01:00
|
|
|
%p= image_tag "illustrations/mouse.svg", class: "header-image", height: "160"
|
2013-10-12 23:39:55 +02:00
|
|
|
%p
|
2013-12-20 00:56:55 +01:00
|
|
|
There are a good many applications that will get you up and running
|
2013-10-12 23:39:55 +02:00
|
|
|
with Sass in a few minutes for Mac, Windows, and Linux. You can download
|
|
|
|
most of the applications for free but a few of them are paid apps
|
|
|
|
<small>(and totally worth it)</small>.
|
2013-10-09 12:30:53 +02:00
|
|
|
|
2013-10-12 23:39:55 +02:00
|
|
|
%ul.list-feature
|
2013-10-11 22:06:20 +02:00
|
|
|
%li
|
2013-10-12 17:57:34 +02:00
|
|
|
= link_to "CodeKit", "http://incident57.com/codekit/"
|
2013-10-15 15:18:56 +02:00
|
|
|
%span.info (Paid)
|
2013-10-12 17:57:34 +02:00
|
|
|
%span.mac-icon
|
|
|
|
%li
|
2013-10-16 00:44:12 +02:00
|
|
|
= link_to "Compass.app", "http://compass.handlino.com/"
|
2013-10-15 15:18:56 +02:00
|
|
|
%span.info (Paid, Open Source)
|
2013-10-12 17:57:34 +02:00
|
|
|
%span.mac-icon
|
|
|
|
%span.windows-icon
|
|
|
|
%span.linux-icon
|
2013-10-14 13:58:09 +02:00
|
|
|
%li
|
|
|
|
= link_to "Hammer", "http://hammerformac.com/"
|
2013-10-15 15:18:56 +02:00
|
|
|
%span.info (Paid)
|
2013-10-14 13:58:09 +02:00
|
|
|
%span.mac-icon
|
2013-10-12 17:57:34 +02:00
|
|
|
%li
|
|
|
|
= link_to "Koala", "http://koala-app.com/"
|
2013-10-15 15:18:56 +02:00
|
|
|
%span.info (Open Source)
|
2013-10-12 17:57:34 +02:00
|
|
|
%span.mac-icon
|
|
|
|
%span.windows-icon
|
|
|
|
%span.linux-icon
|
2013-10-11 22:06:20 +02:00
|
|
|
%li
|
2013-10-12 17:57:34 +02:00
|
|
|
= link_to "LiveReload", "http://livereload.com/"
|
2013-10-15 15:18:56 +02:00
|
|
|
%span.info (Paid, Open Source)
|
2013-10-12 17:57:34 +02:00
|
|
|
%span.mac-icon
|
|
|
|
%span.windows-icon
|
2013-10-14 10:29:09 +02:00
|
|
|
%li
|
|
|
|
= link_to "Mixture", "http://mixture.io/"
|
2014-12-10 15:36:40 +01:00
|
|
|
%span.info (Free)
|
2013-10-14 10:29:09 +02:00
|
|
|
%span.mac-icon
|
|
|
|
%span.windows-icon
|
2013-10-11 22:06:20 +02:00
|
|
|
%li
|
2014-11-04 14:00:20 +01:00
|
|
|
= link_to "Prepros", "https://prepros.io/"
|
|
|
|
%span.info (Paid)
|
2013-10-12 17:57:34 +02:00
|
|
|
%span.mac-icon
|
|
|
|
%span.windows-icon
|
2014-11-04 14:00:20 +01:00
|
|
|
%span.linux-icon
|
2013-10-11 22:06:20 +02:00
|
|
|
%li
|
2013-10-12 17:57:34 +02:00
|
|
|
= link_to "Scout", "http://mhs.github.io/scout-app/"
|
2013-10-15 15:18:56 +02:00
|
|
|
%span.info (Open Source)
|
2013-10-12 17:57:34 +02:00
|
|
|
%span.mac-icon
|
|
|
|
%span.windows-icon
|
2013-10-09 12:30:53 +02:00
|
|
|
|
2013-10-12 17:57:34 +02:00
|
|
|
%li.command-line-unix
|
2013-10-12 23:39:55 +02:00
|
|
|
%h3 Command Line
|
2015-01-06 19:50:24 +01:00
|
|
|
%p= image_tag "illustrations/keyboard.svg", class: "header-image", height: "160"
|
2013-10-12 23:39:55 +02:00
|
|
|
%dl#install-ruby-linux
|
|
|
|
%dt Linux
|
|
|
|
%dd
|
|
|
|
If you're using a distribution of Linux, you'll need to install Ruby
|
2013-10-16 14:10:57 +02:00
|
|
|
first. You can install Ruby through the apt package manager, rbenv, or rvm.
|
2014-12-04 20:00:17 +01:00
|
|
|
%pre
|
|
|
|
:preserve
|
|
|
|
sudo su -c "gem install sass"
|
2013-05-19 22:22:05 +02:00
|
|
|
|
2013-10-12 23:39:55 +02:00
|
|
|
%dl#install-ruby-windows
|
|
|
|
%dt Windows
|
|
|
|
%dd
|
|
|
|
Before you start using Sass you will need to install Ruby. The fastest
|
|
|
|
way to get Ruby on your Windows computer is to use
|
2014-10-05 20:40:59 +02:00
|
|
|
<a href="http://rubyinstaller.org">Ruby Installer</a>. It's a
|
2013-10-12 23:39:55 +02:00
|
|
|
single-click installer that will get everything set up for you super
|
|
|
|
fast.
|
2013-10-09 12:30:53 +02:00
|
|
|
|
2013-10-12 23:39:55 +02:00
|
|
|
%dd
|
2013-10-16 14:10:57 +02:00
|
|
|
The installer will also install a Ruby command line
|
2014-07-31 07:26:38 +02:00
|
|
|
powershell application that will let you use the Ruby libraries.
|
2013-05-19 22:22:05 +02:00
|
|
|
|
2013-10-12 23:39:55 +02:00
|
|
|
%dl#install-ruby-mac
|
|
|
|
%dt Mac
|
|
|
|
%dd
|
|
|
|
If you prefer the command line over an application then getting Sass
|
|
|
|
set up is a fairly quick process. Sass has a Ruby dependency but if
|
|
|
|
you're using a Mac, congratulations, Ruby comes pre-installed.
|
2013-05-19 22:22:05 +02:00
|
|
|
|
2013-10-16 14:10:57 +02:00
|
|
|
%dl
|
|
|
|
%dt Install Sass
|
2013-10-12 23:39:55 +02:00
|
|
|
%dd
|
|
|
|
%p
|
|
|
|
Here's the quickest way we've found to start using Sass by using
|
|
|
|
the command line:
|
2013-10-11 22:17:32 +02:00
|
|
|
|
2013-10-12 23:39:55 +02:00
|
|
|
%ol
|
|
|
|
%li
|
|
|
|
%p
|
2014-02-18 15:18:25 +01:00
|
|
|
<strong>Open your Terminal or Command Prompt.</strong> On the
|
2013-10-12 23:39:55 +02:00
|
|
|
Mac the Terminal.app comes installed by default. It's located
|
2014-02-18 15:18:25 +01:00
|
|
|
in your "Utilities" folder. On Windows, run `cmd`.
|
2013-10-11 22:17:32 +02:00
|
|
|
|
2013-10-12 23:39:55 +02:00
|
|
|
%li
|
|
|
|
%p
|
2013-10-14 01:57:42 +02:00
|
|
|
<strong>Install Sass.</strong> Ruby uses Gems to manage its
|
2013-10-12 23:39:55 +02:00
|
|
|
various packages of code like Sass. In your open terminal
|
|
|
|
window type:
|
|
|
|
%pre
|
|
|
|
:preserve
|
|
|
|
gem install sass
|
|
|
|
%p
|
|
|
|
This will install Sass and any dependencies for you. It's pretty
|
2013-10-16 14:10:57 +02:00
|
|
|
magical. If you get an error message then it's likely you will need to use the <code>sudo</code> command to install the Sass gem. It would look like:
|
|
|
|
%pre
|
|
|
|
:preserve
|
|
|
|
sudo gem install sass
|
2013-10-12 23:39:55 +02:00
|
|
|
|
|
|
|
%li
|
|
|
|
%p
|
|
|
|
<strong>Double-check.</strong> You should now have Sass
|
|
|
|
installed, but it never hurts to double-check. In your
|
|
|
|
terminal application you can type:
|
|
|
|
%pre
|
|
|
|
:preserve
|
|
|
|
sass -v
|
2013-10-13 01:32:01 +02:00
|
|
|
- if data.respond_to?(:version)
|
|
|
|
%p It should return <code>Sass #{data.version.number} (#{data.version.name})</code>. Congratulations! You've successfully installed Sass.
|
|
|
|
- else
|
|
|
|
%p It should return <code>Sass ???</code>. Congratulations! You've successfully installed Sass.
|
2013-10-12 23:39:55 +02:00
|
|
|
|
|
|
|
%li
|
|
|
|
%p
|
|
|
|
<strong>Go and play.</strong> If you're brand new to Sass
|
|
|
|
we've set up some resources to help you learn pretty darn
|
|
|
|
quick.
|
2013-10-11 22:17:32 +02:00
|
|
|
|
2013-10-16 14:10:57 +02:00
|
|
|
%p= link_to "Learn More About Sass", "/guide", :class => "button primary"
|