Skip to content

Instantly share code, notes, and snippets.

@fnando
Last active December 19, 2015 09:18
Show Gist options
  • Save fnando/5931625 to your computer and use it in GitHub Desktop.
Save fnando/5931625 to your computer and use it in GitHub Desktop.
Loading CSS through the asset pipeline
/*
*= require vendor/normalize
*= require_tree ./vendor
*/
@import "bourbon";
@import "core/settings";
@import "core/base";
@import "core/**/*";
@import "helpers/**/*";
@import "modules/**/*";
@import "pages/**/*";
@willian
Copy link

willian commented Jul 5, 2013

Não sabia que dava para usar esses paths no @import \o/

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