Skip to content
New issue

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

Pseudoselector empty with prefix not working #5

Open
projct1 opened this issue Apr 20, 2023 · 0 comments
Open

Pseudoselector empty with prefix not working #5

projct1 opened this issue Apr 20, 2023 · 0 comments

Comments

@projct1
Copy link

projct1 commented Apr 20, 2023

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 :(

image
image

Here is my tailwind.config.js:

module.exports = {
    prefix: 'tw-',
    plugins: [],
    content: ['./public_html/**/*.phtml', './resources/**/*.js'],
    theme: {
        extend: {
            fontFamily: {
                sans: ['Roboto'],
                serif: ['Lora']
            }
        }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant