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 #1712 with explicit sass imports via use #1713

Conversation

datengraben
Copy link
Contributor

Fixes #1712

The migration of sass in commit 37059c4 (PR #1671) introduced several occurences of the optional keyword. This caused the styles being uncompletly generated, because the class-names before the keyword did not get resolved properly and thus CSS not being generated. This was because I did not understood the problem enough. This commit introduces explicit commits to the partials files that define the class-names.

@datengraben datengraben added the bug Something isn't working label Jan 3, 2025
@datengraben datengraben added this to the 2.10 milestone Jan 3, 2025
@datengraben datengraben self-assigned this Jan 3, 2025
The migration of sass in commit 37059c4 introduced several occurences
of the optional keyword. This caused the styles being uncompletly generated, because the class-names
before the keyword did not get resolved properly and thus CSS not being generated.
This was because I did not understood the problem enough.
This commit introduces explicit commits to the partials files that define the class-names.
@datengraben datengraben force-pushed the datengraben/fix-optional-sass-keyword branch from ea1a6cd to fc69c53 Compare January 3, 2025 17:28
@datengraben
Copy link
Contributor Author

@hansmorb danke für die Analyse im Vorfeld! Bitte gib mir Rückmeldung ob es passt?

@datengraben datengraben requested a review from hansmorb January 3, 2025 17:29
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.05%. Comparing base (57ea122) to head (fc69c53).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1713   +/-   ##
=========================================
  Coverage     54.05%   54.05%           
  Complexity     2626     2626           
=========================================
  Files            98       98           
  Lines         11646    11646           
=========================================
  Hits           6295     6295           
  Misses         5351     5351           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hansmorb
Copy link
Contributor

hansmorb commented Jan 3, 2025

Das klappt! Vielen lieben Dank für den schnellen Fix!

@hansmorb hansmorb merged commit 6e9302d into wielebenwir:master Jan 3, 2025
16 checks passed
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
Development

Successfully merging this pull request may close these issues.

CSS wird nicht mehr vollständig geladen
2 participants