Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing styles for main navigation hover menu - removed by PurgeCSS #901

Merged
merged 2 commits into from
Oct 7, 2021

Conversation

shauke
Copy link
Collaborator

@shauke shauke commented Oct 6, 2021

PR Type

[x] Bugfix

What Is the Current Behavior?

Main Navigation Hover Menu styling is missing in SSR container builds since #865. Needed hover menu styles are removed/optimized by PurgeCSS since PurgeCSS can no longer analyze **/*spec.ts files for used CSS classes since they are no longer copied into the docker image (see .dockerignore).

What Is the New Behavior?

Needed main navigation styles are no longer optimized/removed by PurgeCSS.

Does this PR Introduce a Breaking Change?

[x] No

Other Information

AB#70303

@shauke shauke added this to the 1.3 milestone Oct 6, 2021
@shauke shauke added the bug Something isn't working label Oct 6, 2021
@shauke shauke self-assigned this Oct 6, 2021
@shauke shauke requested review from suschneider and dhhyi October 6, 2021 08:14
dhhyi
dhhyi previously requested changes Oct 6, 2021
templates/webpack/webpack.custom.ts Outdated Show resolved Hide resolved
suschneider
suschneider previously approved these changes Oct 7, 2021
@shauke shauke force-pushed the bugfix/purged_navigation_styling branch from ad9a3b4 to 998edad Compare October 7, 2021 07:57
suschneider
suschneider previously approved these changes Oct 7, 2021
@shauke shauke dismissed dhhyi’s stale review October 7, 2021 07:58

Changed according to your suggestions. Works fine. ;)

@shauke shauke force-pushed the bugfix/purged_navigation_styling branch from 998edad to 1ee652e Compare October 7, 2021 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants