From 2dab891c65656d1987eec4270acb1ce71796c244 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sat, 2 Jul 2016 16:15:51 +0200 Subject: [PATCH] examples: tmp fix mailbox Closes GH-96 --- examples/mailbox/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/mailbox/client.js b/examples/mailbox/client.js index e71b15c..a5f118f 100644 --- a/examples/mailbox/client.js +++ b/examples/mailbox/client.js @@ -2,7 +2,6 @@ const choo = require('../../') const sf = require('sheetify') sf('css-wipe/dest/bundle') -sf('tachyons') const app = choo()