vega-frontend-monorepo/apps/liquidity-provision-dashboard/src/styles.scss

11 lines
149 B
SCSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply h-full;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
}