@chungwu did you just push an update compressing css class names? We are seeing render issues on our site… Not sure if it is related to this, but the top part of the following page: https://www.sipsby.com/collections/holiday-market is from plasmic … injected into the HTML, and it is no longer rendering right…
We have a class name on a component… And we have custom CSS addressing this class name… However you have in the past appended wab_instance to this… You still do this in the editor, but it looks like you are now postfixing with “pi” instead…
I would prefer to have the classname unaltered… so that might be a bug…
But if not, is the “pi” stable?
(I am all for class compression btw… )
I am sorry this caused an issue. Looks like the “class” attribute was and is wrong (there should be a space between simple-list and __wab_instance…). Is the issue that we screwed up the class attribute and so simple-list style is no longer being applied?
great! I have updated my code to be ok with pi and no suffix, and it looks fixed… Once you have deployed your fix it should still be correct on my end, and I’ll remove the _wab and pi suffix selectors