Merge branch 'use-npm-to-build-assets'
This commit is contained in:
commit
1b73fedd9c
9 changed files with 638 additions and 2212 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue