Skip to content

Instantly share code, notes, and snippets.

@AndreaBarghigiani
Created January 26, 2014 19:06
Show Gist options
  • Save AndreaBarghigiani/8637626 to your computer and use it in GitHub Desktop.
Save AndreaBarghigiani/8637626 to your computer and use it in GitHub Desktop.
File di configurazione per Compass di default. Apparso per la prima volta sulle pagine di html5AndMore a questo indirizzo: http://html5andmore.info/url-helpers-sprite/
#Inserisci qua i plugin che vuoi usare
#Sintassi Preferita
preferred_syntax = :scss
#Percorso al progetto
http_path = '/'
#Cartella CSS
css_dir = 'css'
#Cartella SASS
sass_dir = 'sass'
#Cartella Immagini
images_dir = 'images'
#Cartella JavaScript
javascripts_dir = 'javascripts'
#Percorsi Relativi
relative_assets = true
#Inserire i Commenti in Linea nel CSS
line_comments = true
#Stile di output
#output_style = :compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment