From 253db19f5e2ee8c87c74d992c69d4f936eaa7db9 Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Fri, 12 Aug 2016 15:55:50 +0200 Subject: add dat-design and sass capability (#16) * add dat-design and sass capability * add watch:css rule * add nodemon * fix typo * update watch css command (it watched and built the css before, but styles still didn't update in the browser. there's probably a more performant way to do this.) * override minidocs default styles with custom dat styles * clean up scss --- assets/styles.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 assets/styles.css (limited to 'assets/styles.css') diff --git a/assets/styles.css b/assets/styles.css deleted file mode 100644 index a6888f6..0000000 --- a/assets/styles.css +++ /dev/null @@ -1,10 +0,0 @@ -.minidocs-logo { - max-height: 100px; - width: inherit !important; - margin: 0 auto; - display: block; -} - -.minidocs-content { - padding-bottom: 50px; -} \ No newline at end of file -- cgit v1.2.3