Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to add external libraries to LiveStyle project settings? #24

Open
lrobeson opened this issue Apr 12, 2016 · 1 comment
Open

Comments

@lrobeson
Copy link

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?

@sergeche
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants