Open source website builder and Webflow alternative. Webstudio is an advanced visual builder that connects to any headless CMS, supports all CSS properties, and can be hosted anywhere, including with us.
Adding capital Class to an instance breaks styles on that instance. No style source styles are applied on live site (they show in the editor though).
This was discovered on a Radix component as class and className are disallowed, so the user tried Class, and it applied, but all styles broke. Styles break on native components too.
Adding capital
Class
to an instance breaks styles on that instance. No style source styles are applied on live site (they show in the editor though).This was discovered on a Radix component as
class
andclassName
are disallowed, so the user triedClass
, and it applied, but all styles broke. Styles break on native components too.