1
0
mirror of https://github.com/arsenetar/pelican-red.git synced 2026-03-18 16:41:38 +00:00

Consolidate scss output, clean up and restructure sass directory.

Changes output to only one stylesheet, removes uneeded files, renames
and trims font files, creates utility script to convert from fontello css file to sass
This commit is contained in:
2013-07-13 03:17:49 -04:00
parent 842a8612fe
commit 1e38b42edd
28 changed files with 1634 additions and 10172 deletions

View File

@@ -1,7 +1,8 @@
# Require any additional compass plugins here.
require "zurb-foundation"
# Set this to the root of your project when deployed:
http_path = "/"
http_path = "/theme"
css_dir = "css"
sass_dir = "sass"
images_dir = "images"
@@ -12,7 +13,7 @@ fonts_dir = "fonts"
output_style = :compact #or :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false
@@ -22,4 +23,4 @@ line_comments = false
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
preferred_syntax = :scss
preferred_syntax = :scss