Open christhofer opened 4 years ago
While do-able, I'd recommend using purgecss to remove unsused styles anyway.
While do-able, I'd recommend using purgecss to remove unsused styles anyway.
Option like this can also be used if we need to clamp more than 10 lines. p.s not that I have any use case with that many lines.
Sorry for the misunderstanding. I agree with you and I'm planning to work on this. Thanks for the feedback!
However, I still recommend using PurgeCSS to clean up your Tailwind bundle afterwards :)
I do use purge as the docs says purge: [ './src/**/*.vue', ],
I just think that maybe it'd be useful to have configurable option.
Something like