.dungeon/styles/v3/components/common.scss
2024-04-13 12:36:32 -06:00

7 lines
213 B
SCSS

// Disclaimer: This CSS is used by a custom web component and is scoped to JUST
// the corresponding web component. This should only be imported by web component
// style files.
:host {
display: inline-block;
}