Skip to content

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

@lrobeson

Description

@lrobeson

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions