in my theme's /collection/menu.variables.import.less flie I added @largeWidth = 16rem; which should change the width of my vertical menu, but something is wrong with the build process because it's not overriding. We tested things over and over and we're pretty sure this is a bug.
I'm using the Meteor package (2.2.1) for SUI.
in my theme's
/collection/menu.variables.import.less
flie I added@largeWidth = 16rem;
which should change the width of my vertical menu, but something is wrong with the build process because it's not overriding. We tested things over and over and we're pretty sure this is a bug.theme.config.import.less
is setup to use my themeBut the style in my app comes out as 18rem (the default) not 16rem (my override)