Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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.