ducky/web
2015-05-29
Parent:99a43a6d1d30
ducky/web/src/styles/base/_base.scss
Stop ignoring our build folder. Now that our HTML lives in our build folder, we should probably stop ignoring it. This means that an `hg clone` followed by an `npm install` followed by an `npm run deploy` will work. I hope.
1 // Bitters 1.0.0
2 // http://bitters.bourbon.io
3 // Copyright 2013-2015 thoughtbot, inc.
4 // MIT License
6 @import "variables";
8 // Neat Settings -- uncomment if using Neat -- must be imported before Neat
9 // @import "grid-settings";
11 @import "buttons";
12 @import "forms";
13 @import "lists";
14 @import "tables";
15 @import "typography";