We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something like
theme: { lineClamp: [2, 3] },
The text was updated successfully, but these errors were encountered:
While do-able, I'd recommend using purgecss to remove unsused styles anyway.
Sorry, something went wrong.
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.
purge: [ './src/**/*.vue', ],
No branches or pull requests
Something like
The text was updated successfully, but these errors were encountered: