Skip to content

Pseudoselector empty with prefix not working #5

@projct1

Description

@projct1

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']
            }
        }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions