Skip to content

Tailwind CSS IntelliSense is not giving warning when repeating classes with some Pseudo-elements #443

Closed
@NovusOpus

Description

@NovusOpus

What version of Tailwind CSS IntelliSense are you using?

0.7.4

What version of Tailwind CSS are you using?

v3.0.0

What package manager are you using?

Any

What operating system are you using?

Any

Reproduction URL

Tailwind Play

Describe your issue

Tailwind CSS IntelliSense is not giving warning when using duplicated classes with the selection: and marker: Pseudo-elements for example:

<div class="grid place-items-center w-full min-h-screen">
  <div class="h-60 w-60 selection:bg-green-300 selection:bg-green-300"></div>
  <div class="h-60 w-60 marker:text-sky-400 marker:text-sky-400"></div>
</div>

I only tested with those ones but may be more, I'll have to test later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions