With the placeholder themes inside sugar, you would expect them to be completely skipped if a theme overrides it. But it doesn’t. This can be a problem for theming. For example, the php sugar’s PH themes are all prefixed with php:
php item {}
As they are more specific than just:
item {}
The second one, in the our theme, gets ignored. This means our themes can’t just use general styles, like “variable”, or “function”, as the placeholder theme selectors take more precedence as they’re more specific. Perhaps this is up to the sugar creator, but that will make theming less… easy ![]()
Thoughts?
