From 14b6f8bb09cd15d0808d29bda61ad1a996011c42 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 11 May 2015 13:40:39 +0200 Subject: [PATCH] Update node-sass plugin (fixes #1) --- out/styles/style.css | 43 ++++++++++++++++++------------------------- package.json | 2 +- 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/out/styles/style.css b/out/styles/style.css index f49a153..2f956cd 100644 --- a/out/styles/style.css +++ b/out/styles/style.css @@ -1,16 +1,13 @@ * { margin: 0; - padding: 0; -} + padding: 0; } body, html { box-sizing: border-box; - height: 100%; -} + height: 100%; } *, *:before, *:after { - box-sizing: inherit; -} + box-sizing: inherit; } body { background-color: #000; @@ -20,8 +17,7 @@ body { color: #fff; font-family: Abel; font-size: 18px; - text-rendering: optimizeLegibility; -} + text-rendering: optimizeLegibility; } section#teaser { height: 100%; @@ -36,6 +32,9 @@ section#teaser { -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; + -webkit-box-direction: normal; + -moz-box-direction: normal; + box-direction: normal; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; @@ -72,25 +71,19 @@ section#teaser { -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; - -ms-flex-positive: 0; -} - -section#teaser h1 { - text-transform: uppercase; - font-size: 72px; - font-family: Raleway; - font-weight: 300; - margin-bottom: 1rem; -} + -ms-flex-positive: 0; } + section#teaser h1 { + text-transform: uppercase; + font-size: 72px; + font-family: Raleway; + font-weight: 300; + margin-bottom: 1rem; } footer { position: absolute; bottom: 8px; right: 8px; - font-size: 12px; -} - -footer p { - display: inline-block; - opacity: 0.7; -} + font-size: 12px; } + footer p { + display: inline-block; + opacity: 0.7; } diff --git a/package.json b/package.json index b4e7ee6..b8158e1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "docpad": "~6.78.1", "docpad-plugin-eco": "~2.1.0", "docpad-plugin-livereload": "~2.6.1", - "docpad-plugin-nodesass": "^2.5.1" + "docpad-plugin-nodesass": "^2.7.0" }, "main": "node_modules/.bin/docpad-server", "scripts": {