/*Write your global styles here, in PostCSS syntax */ @import "/static/scss/icons.scss"; @tailwind base; /*place global styles here */ html, body { @apply h-full overflow-hidden; } @tailwind components; @tailwind utilities;