Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Last active August 29, 2015 14:05
Show Gist options
  • Save nhunzaker/a5ece91ceb1785bcf30d to your computer and use it in GitHub Desktop.
Save nhunzaker/a5ece91ceb1785bcf30d to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'sass', '3.3.14'
gem 'sass-json-vars', '0.3.2'
be sass test.scss -r sass-json-vars
@import 'vars.json';
body {
color: $color;
content: $path;
border: 3px solid $color;
}
{
"color": "#ff0000",
"path" : "/foo/bar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment