Currently USJ nodes have formatted CSS which is always applied and then certain nodes apply classes to remove some of that formatting when needed.
This is the wrong way around for applying CSS so switch it so that no styles are applied except when appropriate class names are used, i.e. classnames no-indent and plain-font should be removed and add classnames where necessary when nodes should be formatted.
Currently USJ nodes have formatted CSS which is always applied and then certain nodes apply classes to remove some of that formatting when needed.
This is the wrong way around for applying CSS so switch it so that no styles are applied except when appropriate class names are used, i.e. classnames
no-indent
andplain-font
should be removed and add classnames where necessary when nodes should be formatted.This is a BREAKING CHANGE to CSS.