Remove Gulp, use npm

This commit is contained in:
Oliver Davies 2017-10-24 22:40:41 +01:00
parent 8b511372ce
commit 8e4730cdb7
8 changed files with 638 additions and 2185 deletions

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 {