Skip to content

Instantly share code, notes, and snippets.

@josepjaume
Created July 5, 2012 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josepjaume/3052975 to your computer and use it in GitHub Desktop.
Save josepjaume/3052975 to your computer and use it in GitHub Desktop.
SASS & Compass exercises
.sass-cache
./stylesheets
#
# Compass Configuration
#
# HTTP paths
http_path = '/'
http_stylesheets_path = '/stylesheets'
http_images_path = '/images'
http_javascripts_path = '/javascripts'
# File system locations
sass_dir = 'sass'
css_dir = 'stylesheets'
images_dir = 'images'
javascripts_dir = 'javascripts'
fonts_dir = "fonts"
# Set to true for easier debugging
line_comments = false
# CSS output style - :nested, :expanded, :compact, or :compressed
output_style = :expanded
# Determine whether Compass asset helper functions generate relative
# or absolute paths
relative_assets = true
# Learn more:
# http://compass-style.org/docs/tutorials/configuration-reference/
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

@josepjaume
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment