Commit 27b2960f authored by Nick Stenning's avatar Nick Stenning

Move import of excerpt CSS into app.scss

https://github.com/hypothesis/h/pull/2451#discussion_r41639447
parent 4b0e2d7a
......@@ -8,6 +8,7 @@ $base-line-height: 20px;
@import './common';
// components
@import './excerpt';
@import './primary-action-btn';
@import './dropdown-menu-btn';
@import './publish-annotation-btn';
......
......@@ -5,7 +5,6 @@
@import 'mixins/responsive';
@import 'grid';
@import 'annotations';
@import 'excerpt';
@import 'forms';
@import 'markdown-editor';
@import 'spinner';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment