Closed Blakeinstein closed 4 years ago
A perfectly valid property,
QTabBar{ qproperty-drawBase: 0; }
is changed to,
QTabBar{ qproperty-drawbase: 0; }
A more precise example would be the alignment property,
qproperty-defaultAlignment: AlignHCenter;
As a side note, camel case class names also get sanitized to snake case with hyphens. ie customTabBar -> custom-tab-bar.
Thanks for the heads up! Will look into fixing this early next week
Released in 0.1.8
A perfectly valid property,
is changed to,
A more precise example would be the alignment property,
As a side note, camel case class names also get sanitized to snake case with hyphens. ie customTabBar -> custom-tab-bar.