Is there away to rebuild tailwindcss with prefix?
Usually, i can modify it by updating tailwind.config.js:
module.exports = {
prefix: 'tw-',
...
}
but i can't find this anywhere in the template.
Thank
Hi,
In "src/css/styles.css" can you try to include with prefix(tw) prefix.
/* Tailwind core */
@import "tailwindcss" prefix(tw);
It doesn't work. Got error:
Error: Cannot apply unknown utility class: relative
Hi,
Need to check and find out about the custom prefix support.
We will double check and let u know if any luck.
Regards,
Sean