ducky/web

Paddy 2015-05-29 Parent:99a43a6d1d30

3:7ae5dd64c482 Go to Latest

ducky/web/src/styles/main.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.

History
1 $color: #fff;
3 body {
4 background-color: $color;
5 }