Created
October 17, 2013 04:11
-
-
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`.
This file contains hidden or 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
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 | |
This file contains hidden or 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
{ | |
"dependencies" : { | |
"formwork": "https://github.com/marquee/formwork/tarball/nutty" | |
} | |
} |
This file contains hidden or 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
$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