Merge branch 'use-npm-to-build-assets'
This commit is contained in:
commit
1b73fedd9c
9 changed files with 638 additions and 2212 deletions
|
@ -6,9 +6,7 @@
|
|||
.ml3;
|
||||
.pv3;
|
||||
|
||||
&:first-child {
|
||||
.ml0;
|
||||
}
|
||||
&:first-child { .ml0 }
|
||||
}
|
||||
|
||||
.nav-item--active {
|
||||
|
|
|
@ -5,10 +5,7 @@ pre {
|
|||
word-wrap: no-wrap;
|
||||
}
|
||||
|
||||
pre[class*="language-"] {
|
||||
.bn;
|
||||
.br0;
|
||||
}
|
||||
pre[class*="language-"] { .bn; .br0 }
|
||||
|
||||
pre code {
|
||||
.pre;
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
.video {
|
||||
padding-top: 56.25%;
|
||||
}
|
||||
.video { padding-top: 56.25% }
|
||||
|
||||
.video iframe,
|
||||
.video embed {
|
||||
|
|
|
@ -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