ducky/web
2015-05-03
Parent:99a43a6d1d30
ducky/web/src/styles/base/_base.scss
Remove .swp files, update package.json. Remove the .swp files and add .swp to the .hgignore file. Update package.json to pin webpack at 1.8.9 because 1.8.10 broke everything and decided that didn't deserve a major version bump. See https://github.com/webpack/webpack/issues/1016
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";