Hi all,
I simply can't get 'device-widths' to work! I want to set device widths as follows - large: 1200px, medium: 760px, small: 520px. I have added the following code in my vanilla theme generic.less:
@device-width-small: 520px;
@device-width-medium: 760px;
@device-width-large: 1200px;
If I add a graphic component and specify a different image for "small", it appears at 760px, not 520px. What am I doing wrong?
Thanks, Chris