vega-frontend-monorepo/apps/trading/pages/styles.css

10 lines
100 B
CSS
Raw Normal View History

2022-02-23 14:49:24 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#__next {
height: 100%;
}