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
[5.0] Fix broken SCSS compilation #41566
Conversation
|
@dgrammatiko Could you check if it needs more to be fixed from PR #41409 ? |
|
NPM still fails. It seems the |
|
This si wrong. You said the variable is not defined and then still use the variable |
I know. It was a test if there is a syntax error. Closing as it seems to be wrong also regarding the purpose of that CSS, and hoping @dgrammatiko will be available to check and provide a fix. |
|
Need to swap lines: $form-select-indicator-dark: url("../images/select-bg-dark.svg");
$form-select-indicator-rtl-dark: url("../images/select-bg-rtl-dark.svg");
$form-select-bg-dark: var(--template-bg-dark);
$form-select-background-dark: $form-select-indicator-dark no-repeat right center / $form-select-bg-size; // Used so we can have multiple background elements (e.g. arrow and feedback icon)
$form-select-background-rtl-dark: $form-select-indicator-rtl-dark no-repeat left center / $form-select-bg-size; // Used so we can have multiple background elements (e.g. arrow and feedback icon)However there some more issues |
|
@Fedik I only need npm to complete without error in the 5.0-dev branch for the other PR's which I currently am helping with, the task scheduler stuff from Nicola. |
|
Try using a css var like I do in the muta: https://github.com/dgrammatiko/muta/blob/7b0137ef18601947f2659291b86e8639b6a93cd8/media_source/templates/administrator/muta/scss/_root.scss#L140-L141 |
|
I tried another one #41567
That something like rewrite, not fixing 😄 |
|
@Fedik: well, what do I know 😀 |
Pull Request for https://github.com/joomla/joomla-cms/pull/41409/files#r1314271898 .
Summary of Changes
Fix SCSS compilation which was broken with #41409 .
Maybe it needs more to be fixed, so let's wait for drone.
Testing Instructions
Run
npm cior check the NPM step on drone.Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Success.
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed