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;
......
......@@ -10,8 +10,8 @@
// -----------------
@use '@hypothesis/frontend-shared/styles';
// Custom button styling for the application
@use './buttons';
// Extensions and overrides to patterns from `frontend-shared`
@use './frontend-shared';
// Local patterns
@use '../patterns';
......
// Shared pattern-library styles
@use '@hypothesis/frontend-shared/styles/pattern-library';
// This app pattern styles
@use '../sidebar/buttons';
// Local overrides to frontend-shared styling
@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