Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created December 9, 2014 15:03
Show Gist options
  • Select an option

  • Save nhunzaker/98c13e3b1a962f969c17 to your computer and use it in GitHub Desktop.

Select an option

Save nhunzaker/98c13e3b1a962f969c17 to your computer and use it in GitHub Desktop.
require 'compass/import-once/activate'
require 'sass-json-vars'
http_path = "/"
css_dir = "stylesheets"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"
source "http://rubygems.org"
gem 'compass'
gem 'sass-json-vars'
{
"color": "red"
}
@import "test.json";
body {
color: $color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment