Skip to content

Instantly share code, notes, and snippets.

@rob-bar
Last active January 4, 2016 05:59
Show Gist options
  • Save rob-bar/8578510 to your computer and use it in GitHub Desktop.
Save rob-bar/8578510 to your computer and use it in GitHub Desktop.
front-end gems
source 'https://rubygems.org'
group :development do
gem "sass", "~> 3.3.x"
gem 'sass-globbing'
gem "compass", "~> 1.0.0.alpha.x"
gem "susy", "~> 2.1.1"
gem 'breakpoint', '~> 2.4.2'
gem "ceaser-easing", "~> 0.7"
gem "compass-h5bp", "~> 0.1"
gem 'compass-rgbapng'
gem 'oily_png'
gem 'css_parser'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment