diff --git a/bin/build-sass.js b/bin/build-sass.js index 9d78a282..1d0d357c 100755 --- a/bin/build-sass.js +++ b/bin/build-sass.js @@ -36,8 +36,8 @@ function doWatch() { async function compileGlobalSass() { let results = await Promise.all([ - render({file: defaultThemeScss, outputStyle: argv.watch ? 'nested': 'compressed'}), - render({file: globalScss, outputStyle: argv.watch ? 'nested': 'compressed'}) + render({file: defaultThemeScss, outputStyle: 'compressed'}), + render({file: globalScss, outputStyle: 'compressed'}) ]) let css = results.map(_ => _.css).join('') diff --git a/templates/2xx.html b/templates/2xx.html index f809c4a0..177da0d2 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -16,138 +16,8 @@