Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Has the !important flag been disallowed in recent releases of Thingworx?
Example:
#label-15 {
font-size: 48pt !important;
}
In Thingworx 7.x and 8.0, the above worked.
Using Thingworx Version 8.2.5
It's not disallowed -- it just gives a warning in the linter; you can still save the Mashups/CSS and it will still work correctly. I'll send some feedback on this, because the linter settings probably should at least be configurable.