Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
@yas I've created new issue to fix this issue in 7.x-dev and 8.x-dev branch, you can verify the changes here ๐ Fix warnings on a comment Active .
Created MR for both 7.x and 8.x branch, please review.
sachin.addweb โ created an issue.
Hello,
I have generated a new file and specified the path in architects_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.Please review it.
Thanks!
As I have checked and faced similar issue. I've made some changes in filter-tips.html.twig file to resolve errors.
please review.
Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
Hello riddhi.addweb,
Please check this patch. Its working fine.
https://www.drupal.org/files/issues/2024-09-19/furniture_zymphonies_them... โ
Thanks!
yas โ credited sachin.addweb โ .
Hello,
I have generated a new file and specified the path in furniture_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.
Thanks!
Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
Hello,
I've fixed this issue. Examine this patch, please.
Thanks!
Hello @hamid.ali,
I think now it's working as aspected. So, I've change the status.
Thanks!
@baldwinlouie, As you had suggested, we have fixed the code. Kindly check it.
@yas, And as you mentioned that we need to work on drupal/rigel:7.x
, we are currently working on that. We will update you later.
Hello @baldwinlouie,
I have resolved all the Stylelint issues. Could you please review them at your convenience?
Thanks!
Hello,
I have updated the fork and fixed the issue mentioned in #39. A new merge request !68 has been created.
Thank you.
sachin.addweb โ made their first commit to this issueโs fork.
Hello @hamid.ali,
Created MR please review.
Thanks
Hello,
I have generated a new file and specified the path in property_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.
Thanks.
Hello @Kanchan Bhogade,
I've fixed this problem. Examine this patch, please.
Hello,
I have generated a new file and specified the path in charity_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.
Hello,
I have generated a new file and specified the path in library.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.
Hello,
@DamienMcKenna,
We have set up our project with the following steps:
1. Placed the gulpfile in the root directory.
2. Created an assets folder to contain all account-related files.
3. Used Node.js version 10 (nvm use v12).
4. Installed npm packages (npm install).
5. Executed the gulp dev command to start compiling.
After completing these setups, we tested the configuration by changing the body color, and it worked as expected.
If you find all these steps proper then we will push the code further.
Thanks.
Hello,
Using the 8.x-3.0-rc10 version, I looked into this problem and found that the most recent log deletion option works as it should. Additionally, kindly review the recorded file that I have attached.
Hello,
I tested the issue applying the 8.x-1.x-dev version, and the remove button is completely visible.
Hello,
This is some SCSS code for light and dark function, please try and check it.
// Define base colors
$primary-color: #3498db; // A shade of blue
$secondary-color: #e74c3c; // A shade of red
// Lighten and darken functions
$primary-light: lighten($primary-color, 20%);
$primary-dark: darken($primary-color, 20%);
$secondary-light: lighten($secondary-color, 20%);
$secondary-dark: darken($secondary-color, 20%);
// Apply colors to elements
body {
font-family: Arial, sans-serif;
}
.container {
margin: 0 auto;
padding: 20px;
text-align: center;
.primary {
background-color: $primary-color;
color: #fff;
padding: 10px;
border-radius: 5px;
margin: 10px 0;
&.light {
background-color: $primary-light;
}
&.dark {
background-color: $primary-dark;
}
}
.secondary {
background-color: $secondary-color;
color: #fff;
padding: 10px;
border-radius: 5px;
margin: 10px 0;
&.light {
background-color: $secondary-light;
}
&.dark {
background-color: $secondary-dark;
}
}
}
Thanks
Hello,
Can you please provide the steps to reproduce this issue?
Hello,
Re-roll the #6 patch according to the latest code changes.
Hello,
As I've checked i couldn't found this problem in 8.x-1.x-dev branch. I think the status need to be updated to "fixed," and I've attached a screenshot for the reference. Would you kindly check it out?
Thanks