Improperly purged p:not(.exclude, .special) { color: blue; font-weight: bold; } · Issue #65 · leeoniya/dropcss · GitHub
Skip to content

Improperly purged p:not(.exclude, .special) { color: blue; font-weight: bold; } #65

Description

@akash-rp

CSS:

p:not(.exclude,.special) {
  color: blue;
  font-weight: bold;
}

HTML:

<div id="root">
  <p>This is a paragraph.</p>
  <p class="exclude">This paragraph is excluded from the style.</p>
  <p class="special">This paragraph is excluded from the style.</p>
</div>

Only happens when there are multiple selectors inside :not()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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