Created
April 23, 2014 23:47
-
-
Save maestrojed/11236487 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sass, Compass and extensions. | |
gem 'compass' # Framework built on Sass. | |
gem 'compass-validator' # So you can `compass validate`. | |
gem 'compass-normalize' # Compass version of normalize.css. | |
gem 'compass-rgbapng' # Turns rgba() into .png's for backwards compatibility. | |
gem 'toolkit' # Compass utility from the fabulous Snugug. | |
gem 'oily_png' # Faster Compass sprite generation. | |
gem 'css_parser' # Helps `compass stats` output statistics. | |
#gem 'guard-compass' # Compile on sass/scss change. | |
# Sass, Compass and extensions. | |
gem 'sass', '3.2.12' # Sass. | |
gem 'sass-globbing' # Import Sass files based on globbing pattern. | |
gem 'compass' # Framework built on Sass. | |
#gem 'guard-compass' # Compile on sass/scss change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment