Skip to content

Instantly share code, notes, and snippets.

@alecperkins
Created October 17, 2013 04:11
Show Gist options
  • Save alecperkins/7019127 to your computer and use it in GitHub Desktop.
Save alecperkins/7019127 to your computer and use it in GitHub Desktop.
Messing around with Compass and npm. Because why the fuck not? Clone, `npm install`, `compass compile`.
additional_import_paths = ["./node_modules"]
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "./"
sass_dir = "./"
javascripts_dir = ""
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
output_style = :expanded
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = true
{
"dependencies" : {
"formwork": "https://github.com/marquee/formwork/tarball/nutty"
}
}
$Formwork--generate_selectors: false
@import "formwork/Item"
@import "formwork/shiny"
.Story
+extends(Item, size small)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment