Hello,
I really appreciate the v1.9.9 update; it’s excellent for enhancing the user experience. However, there remains a significant issue for web agencies working with Bricks.
Let’s consider you have a class, .myclass1, on the staging or live website with the following properties:
.myclass1 {
color: red;
background-color: black;
}
If a team member adds or modifies this class locally, it might look like this:
.myclass1 {
color: red;
background-color: white;
border: 1px solid yellow;
}
When a team member then deletes all Bricks data from the template and copies all Bricks data from the local template to the staging or live website, .myclass1 will not include the latest updates from the local environment.
As highlighted in the screenshot from Thomas himself: “Bricks won’t import this class definition (as a global class with this identifier already exists) ”. This is the crux of our issue.
Hopefully, this is on your to-do list. It would be beneficial to have a feature that displays the differences between classes when copying from one website to another, allowing us to choose whether to overwrite them or not.
Thanks!
