You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the sku-selector app we have some standard css that are in a style.css file in the app itself. So we put our custom style via store theme and all is well.
The problem happens after a few builds, for some reason the default style of the app overrides our custom style. This only happens in production.
Expected behavior
In this case it is difficult to know that we have to put an !important to prevent this, since it only occurs in production
Screenshots vtex/sku-selector
I'm raising this point, to hear from you if this is already a known recurring problem and if there's any clean way to prevent it
The text was updated successfully, but these errors were encountered:
Describe the bug
In the sku-selector app we have some standard css that are in a
style.css
file in the app itself. So we put our custom style via store theme and all is well.The problem happens after a few builds, for some reason the default style of the app overrides our custom style. This only happens in production.
Expected behavior
In this case it is difficult to know that we have to put an
!important
to prevent this, since it only occurs in productionScreenshots
vtex/sku-selector
I'm raising this point, to hear from you if this is already a known recurring problem and if there's any clean way to prevent it
The text was updated successfully, but these errors were encountered: