Remove icons

We don’t use them anywhere, and removing this include should save a bit
of file size in the compiled CSS.
This commit is contained in:
Chris Hill-Scott
2017-05-17 08:51:50 +01:00
parent fe5343e2c6
commit c32dbae8e9

View File

@@ -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';