We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can continue the conversation there. Go to discussion →
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
i need to set a lot of classes programmatically so i probably dont have any other options than using the safelist (or do i?).
so i set mine to:
safelist: [ { pattern: /^(bg-|border-|text-|ring-)/, variants: ['hover', 'active', 'focus', 'dark'], }, ],
i expected some kind of a slow down when rebuilding but right now i am waiting 34 minutes (and counting) for it to finish the rebuild.
i havent the newest machine but it is still decent:
CPU: 12-core AMD Ryzen 9 3900X (-MT MCP-) speed/min/max: 3124/2200/4672 MHz Kernel: 6.9.2-1-MANJARO x86_64 Up: 13h 30m Mem: 30.38/62.74 GiB (48.4%) Storage: 2.75 TiB (35.1% used) Procs: 647 Shell: Bash inxi: 3.3.34
is this expected? do i do it wrong?
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i need to set a lot of classes programmatically so i probably dont have any other options than using the safelist (or do i?).
so i set mine to:
i expected some kind of a slow down when rebuilding but right now i am waiting 34 minutes (and counting) for it to finish the rebuild.
i havent the newest machine but it is still decent:
is this expected? do i do it wrong?
thanks
The text was updated successfully, but these errors were encountered: