Commit 4bccfbad authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Change stylesheet import ordering for consistency

Util styles should come after component styles
parent 53da4038
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// Base styles // Base styles
// ----------- // -----------
@use '../reset'; @use '../reset';
@use '../util';
@use './elements'; @use './elements';
// Shared styles // Shared styles
...@@ -61,6 +60,8 @@ ...@@ -61,6 +60,8 @@
// Make the shared package utility styles available // Make the shared package utility styles available
@use '@hypothesis/frontend-shared/styles/util' as hyp-u; @use '@hypothesis/frontend-shared/styles/util' as hyp-u;
// Local utility classes
@use '../util';
// Top-level styles // Top-level styles
// ---------------- // ----------------
......
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