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
What version of Tailwind CSS are you using? 3.3.1
What build tool (or framework if it abstracts the build tool) are you using? mix-tailwindcss 1.3.0 laravel-mix 5.0.9
What version of Node.js are you using? 16.19.1
Describe your issue I trying use incredible tailwind with prefix tw- for class tw-empty:hidden, but rule is not created :(
tw-
tw-empty:hidden
Here is my tailwind.config.js:
tailwind.config.js
module.exports = { prefix: 'tw-', plugins: [], content: ['./public_html/**/*.phtml', './resources/**/*.js'], theme: { extend: { fontFamily: { sans: ['Roboto'], serif: ['Lora'] } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Tailwind CSS are you using?
3.3.1
What build tool (or framework if it abstracts the build tool) are you using?
mix-tailwindcss 1.3.0
laravel-mix 5.0.9
What version of Node.js are you using?
16.19.1
Describe your issue
I trying use incredible tailwind with prefix
tw-
for classtw-empty:hidden
, but rule is not created :(Here is my
tailwind.config.js
:The text was updated successfully, but these errors were encountered: