Commit 7a3232ef authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Rename `buttons` module -> `frontend-shared`

This makes the structure consistent with LMS' styles
parent 5cbe0233
@use 'sass:map'; // Extensions and/or overrides to shared component styles from the
// `@hypothesis/frontend-shared` package
@use '../variables' as var; @use '../variables' as var;
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
// ----------------- // -----------------
@use '@hypothesis/frontend-shared/styles'; @use '@hypothesis/frontend-shared/styles';
// Custom button styling for the application // Extensions and overrides to patterns from `frontend-shared`
@use './buttons'; @use './frontend-shared';
// Local patterns // Local patterns
@use '../patterns'; @use '../patterns';
......
// Shared pattern-library styles // Shared pattern-library styles
@use '@hypothesis/frontend-shared/styles/pattern-library'; @use '@hypothesis/frontend-shared/styles/pattern-library';
// This app pattern styles // Local overrides to frontend-shared styling
@use '../sidebar/buttons'; @use '../sidebar/frontend-shared';
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