subsite (but this should really be added for all subsites, rather than just subsites that are 'subsites extras', and would follow our standards better placed at the <article> level rather than <body> level - like we do with news/events/etc.). Let's change this to subsite-extra
color-- . $theme, this isn't following BEM conventions since we don't have a .color class on the body field for color--X to modify. Let's use the new subsite-extra block class and modify that instead, so this class becomes subsite-extra--color- . $theme.
Our classes added to the body field are:
subsite
(but this should really be added for all subsites, rather than just subsites that are 'subsites extras', and would follow our standards better placed at the<article>
level rather than<body>
level - like we do with news/events/etc.). Let's change this tosubsite-extra
color-- . $theme
, this isn't following BEM conventions since we don't have a.color
class on the body field forcolor--X
to modify. Let's use the newsubsite-extra
block class and modify that instead, so this class becomessubsite-extra--color- . $theme
.