From cd331d8ba75c797a4005be7336d95c1f7709a77c Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 11 May 2016 10:12:48 -0700 Subject: [PATCH 1/3] Inline css --- html.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html.js b/html.js index b6f64a7..53afdb1 100644 --- a/html.js +++ b/html.js @@ -14,9 +14,9 @@ module.exports = React.createClass({ const { body } = this.props const title = DocumentTitle.rewind() - let cssLink + let css if (process.env.NODE_ENV === 'production') { - cssLink = + css =