From f6f0d115cf476396944e1c16caebb7eb426b8966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20K=C3=A4kel=C3=A4?= Date: Mon, 25 Apr 2016 16:24:55 +0300 Subject: [PATCH] Fix more issues with stylesheets (#243) --- view.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view.js b/view.js index 6489750..6f3859b 100644 --- a/view.js +++ b/view.js @@ -1,3 +1,5 @@ +import 'lib/flame/stylesheets/flame.scss'; + import ViewSupport from './mixins/view_support'; import LayoutSupport from './mixins/layout_support'; import EventManager from './mixins/event_manager';