Commit 473e2cd8 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Organize base CSS layer for annotator

parent f8df5d99
@use 'tailwindcss/base';
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
@use '../variables' as var; @use '../variables' as var;
// Base styles @use './base';
// -----------
@use '../reset';
// Shared styles // Shared styles
// ----------------- // -----------------
...@@ -29,8 +27,7 @@ ...@@ -29,8 +27,7 @@
// Make the shared package utility styles available // Make the shared package utility styles available
@use '@hypothesis/frontend-shared/styles/util'; @use '@hypothesis/frontend-shared/styles/util';
@tailwind base; @use 'tailwindcss/utilities';
@tailwind utilities;
// Styles for all top-level elements in shadow roots. // Styles for all top-level elements in shadow roots.
:host > * { :host > * {
......
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