Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

[mdc-ripple] hasPseudoVarBug check (border-top-style: solid) is causing compat issues with tailwind css #5061

Closed
@wc-matteo

Description

The hasPseudoVarBug check here is causing issues (i.e. the ripple doesn't appear) when using tailwindcss.

The problematic css comes from tailwind's base styles:

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

Metadata

Assignees

No one assigned

    Labels

    Unresolved (Archived)Open and unresolved issues and PRs that were closed due to archiving the repository.bughelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions