I'm wondering how to unset CSS that has been set through the XML, for example:
<block class="Magento\Framework\View\Element\Template" name="navigation.sections" before="-" template="Magento_Theme::html/sections.phtml">
<arguments>
<argument name="group_name" xsi:type="string">navigation-sections</argument>
<argument name="group_css" xsi:type="string">nav-sections</argument>
</arguments>
</block>
That code is from the Magento Theme module. I would like to remove the group_css
argument in my own theme, I do not want .nav-sections
to be added to by markup.