From 86683c088c6183640893c13aaad61234855a21dd Mon Sep 17 00:00:00 2001 From: Alexandros Georgantas <alexgeorg86@gmail.com> Date: Mon, 20 Feb 2017 15:36:22 +0200 Subject: [PATCH] Image functionality in progress --- app/components/SimpleEditor/SimpleEditor.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index c5f72b9..b278a78 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -7,7 +7,6 @@ $fa-font-path: '~font-awesome/fonts'; @import './panes/panes'; @import './miniEditor/miniEditor'; - // grays $border: #ccc; $dark-gray: #999; -- GitLab