When both prefix from TailwindCSS and strategy: 'class' from this plugin are being used together the classes from the forms plugin do not get the prefix attached to them. As example the form-input class should be tw-form-input with the following tailwind config file:
What version of @tailwindcss/forms are you using?
2.1.1
What version of Node.js are you using?
v12.20.0
What browser are you using?
N/A
What operating system are you using?
Fedora
Reproduction repository
https://play.tailwindcss.com/9WTYxDJPb3
Describe your issue
When both
prefix
from TailwindCSS andstrategy: 'class'
from this plugin are being used together the classes from the forms plugin do not get the prefix attached to them. As example theform-input
class should betw-form-input
with the following tailwind config file:However, the class remains
form-input
which is not expected.