Merge branch 'use-npm-to-build-assets'

This commit is contained in:
Oliver Davies 2017-10-24 23:43:01 +01:00
commit 1b73fedd9c
9 changed files with 638 additions and 2212 deletions

View file

@ -1,15 +1,16 @@
@import "node_modules/tachyons-less/less/_colors";
@import (less) "~font-awesome/css/font-awesome.css";
@import (less) "~prismjs/themes/prism-twilight.css";
@import "~tachyons-less/less/_colors";
@blue: #0678be;
@import "node_modules/tachyons-less/tachyons";
@import "~tachyons-less/tachyons";
p,
li,
td {
a {
color: @blue;
}
a { color: @blue }
}
.button {