You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
The USWDS banner component chevron is not rendering correctly.
I can't entirely explain the root cause, but suspect it has something to do with the Jekyll compilation of CSS. There appears to be a conflict happening with .usa-banner__button::after in USWDS v2.12.x.
I've been able to resolve this problem with a workaround by adding mini_racer and jekyll-autoprefixer:
The USWDS banner component chevron is not rendering correctly.
I can't entirely explain the root cause, but suspect it has something to do with the Jekyll compilation of CSS. There appears to be a conflict happening with
.usa-banner__button::after
in USWDS v2.12.x.I've been able to resolve this problem with a workaround by adding
mini_racer
andjekyll-autoprefixer
:mini_racer
that can be problematic - seehttps://github.com/rubyjs/mini_racer/issues/220
The text was updated successfully, but these errors were encountered: