From c32dbae8e9df359cb51205ca1e3544586a2ec893 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 17 May 2017 08:51:50 +0100 Subject: [PATCH] Remove icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t use them anywhere, and removing this include should save a bit of file size in the compiled CSS. --- app/assets/stylesheets/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 57474aa0f..a197fe5d0 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -25,7 +25,6 @@ $path: '/static/images/'; @import 'elements/forms'; @import 'elements/forms/form-multiple-choice'; @import 'elements/forms/form-validation'; -@import 'elements/icons'; @import 'elements/layout'; @import 'elements/lists'; @import 'elements/panels';