• dehuszar

    (@dehuszar)


    When trying to @import $variables into a master .styl file instead of interpreting the variables, it just prints them as is, breaking the css output.

    So if I have:

    `
    $sidebar-right {
    [my rules…]
    }
    `
    I will see that $sidebar-right in the compiled output instead of the selector that I want to extend with.

  • The topic ‘Doesn't compile variables correctly’ is closed to new replies.