Skip to content

Instantly share code, notes, and snippets.

@brutaldesign
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brutaldesign/f7f64e4d56eaac4f7ef8 to your computer and use it in GitHub Desktop.
Save brutaldesign/f7f64e4d56eaac4f7ef8 to your computer and use it in GitHub Desktop.
Use Bagpakk in your project
// Make sure the charset is set appropriately
@charset "UTF-8";
// Import compass if you need it
// @import "compass";
// Import bagpakk
@import "bagpakk";
// Example
#my-container{
@extend .container;
background:black(0.3); // black rgba mixin (black 30% opacity)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment