Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created August 7, 2014 20:23
Show Gist options
  • Save nhunzaker/6a7c9c61c470a8a6805f to your computer and use it in GitHub Desktop.
Save nhunzaker/6a7c9c61c470a8a6805f to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
# Gemfile
gem 'sass', '3.3.14'
gem 'compass', '~> 1.0.0.rc.1'
gem 'sass-globbing', '~> 1.1.1'
gem 'sass-json-vars', '~> 0.3.1'
gem 'breakpoint-slicer', '~> 1.2'
gem 'susy', '~> 2.0.0'
gem 'capistrano', '~> 3.2.1'
gem 'capistrano-rvm', '~> 0.1.1'
gem 'capistrano-bundler', '~> 1.1.2'
gem 'hipchat', '~> 1.2.0'
sass test.scss -r sass-json-vars --watch --trace
@import 'vars.json';
body {
color: $color;
}
{
"color": "red"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment