Commit de48c42f authored by Kyle Keating's avatar Kyle Keating Committed by Kyle Keating

Add sass entry file for frontend-shared

- Move svg-icon into frontend-shared/styles
- Update annotator.scss and sidebar.scss to reference new frontend-shared sass entry file
parent 0eb95a36
// To use frontend-shared styles, include this file in the sass entry file(s) for parent app
//
// e.g.
// @use '@hypothesis/frontend-shared/styles'
@use './components/svg-icon';
...@@ -7,8 +7,9 @@ ...@@ -7,8 +7,9 @@
@use '../mixins/molecules'; @use '../mixins/molecules';
@use '../mixins/reset'; @use '../mixins/reset';
// Shared components. // Shared styles
@use '../components/svg-icon'; // -----------------
@use '@hypothesis/frontend-shared/styles';
// Annotator-specific components. // Annotator-specific components.
@use './components/adder'; @use './components/adder';
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
@use '../util'; @use '../util';
@use './elements'; @use './elements';
// Shared components // Shared styles
// ----------------- // -----------------
@use '../components/svg-icon'; @use '@hypothesis/frontend-shared/styles';
// Components // Components
// ---------- // ----------
......
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