1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@import "tailwindcss"; @plugin "@tailwindcss/typography"; @plugin "@tailwindcss/forms"; @utility hide-scrollbar { &::-webkit-scrollbar { display: none; } -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } /* justify stuff */ p, li { text-align: justify; }