1 2 3 4 5 6 7 8 9 10 11 12 13 14
@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; }