For example, we use the Breakpoint Sass library for our media queries. In order for LiveStyle to pick up any of those changes, I have to move the declarations out of the breakpoint code, see if it works, then move it back. For example:
@include breakpoint($mobile-menu-bp, $no-query: true) {
text-align: left;
}
Is there an easy-ish way to get LiveStyle to play nicely with Breakpoint?
For example, we use the Breakpoint Sass library for our media queries. In order for LiveStyle to pick up any of those changes, I have to move the declarations out of the breakpoint code, see if it works, then move it back. For example:
Is there an easy-ish way to get LiveStyle to play nicely with Breakpoint?