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

@ -5,5 +5,5 @@
e.preventDefault();
$(this).siblings('.nav-right').toggleClass('is-active');
})
});
})(jQuery);

View file

@ -6,9 +6,7 @@
.ml3;
.pv3;
&:first-child {
.ml0;
}
&:first-child { .ml0 }
}
.nav-item--active {

View file

@ -5,10 +5,7 @@ pre {
word-wrap: no-wrap;
}
pre[class*="language-"] {
.bn;
.br0;
}
pre[class*="language-"] { .bn; .br0 }
pre code {
.pre;

View file

@ -1,6 +1,4 @@
.video {
padding-top: 56.25%;
}
.video { padding-top: 56.25% }
.video iframe,
.video embed {

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 {