vega-frontend-monorepo/apps/trading/pages/styles.css
2022-03-10 20:51:05 -08:00

10 lines
101 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#__next {
@apply h-full;
}