@import "tailwindcss"; @plugin "@tailwindcss/typography"; @utility hide-scrollbar { &::-webkit-scrollbar { display: none; } -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } p { text-align: justify; }