Did glide just update today the css structure or classes of certain components?

Did glide just update today the css structure or classes of certain components?

I might be wrong but seems like there is some difference from previous days…
i see some style changes in apps for components with custom css.

These change randomly and sometimes deliberately.

Thank you for clarifying @david
Do you not advise using custom-css to target internal divs within a component? StyledDiv2, StyledDiv3, etc…?

:question: :thinking:

1 Like

I have a feeling they are referring to the ones that look like this “1nzlge9”. or “hSjqrg”

I thought the structure like the example below would always remain approx the same


<div class="card-collection___StyledDiv3-sc-1nzlge9-5 hSjqrg">



<div class="StyledWireContainerStyle">
    <div class="StyledDiv2">
        <div class="StyledDiv10">
            <div class="StyledDiv12"></div>
        </div>
    </div>
    <div class="StyledDiv7">
        <div class="StyledDiv3">
            <div class="StyledDiv2">
                <div class="card-collection-card StyledDiv4">
                    <div class="StyledDiv6">
                        <div class="StyledDiv8"></div>
                    </div>
                    <div class="StyledDiv10"></div>
                </div>
                <div class="card-collection-card StyledDiv4">
                    <!-- Second card content -->
                </div>
                <div class="card-collection-card StyledDiv4">
                    <!-- Third card content -->
                </div>
            </div>
        </div>
        <!-- Repeat for other card items -->
    </div>
</div>

but i think today an extra StyledDiv3 was added somewhere above a StyledDiv2 in a choice component for example …

Unpredictable. I noticed that some divs were removed, simplified, or shuffled. The position-absolute that I applied initially caused the components to overlap with each other. If this continues, you as a CSS user will be burdened with maintenance, resulting in a poor user experience.

My app was also struck by this unexpected change of HTML structure.
I had to update my css to get everything looking correct again.

Is anyone experiencing heavier and eventually freezing dev tools?

1 Like

Definitely. The builder crashed 8 times on me yesterday, twice this morning.

1 Like