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
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;
}