You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
If I understood correctly, you’ve @import’ed Breakpoints into your stylesheet then change Breakpoints contents and want to see those changes in your stylesheet?
Right now it’s now possible to do so because of some performance penalties, but I’m working on a LiveStyle workflow improvement so it will be possible in future updates
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?
The text was updated successfully, but these errors were encountered: