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

sass interpolation #7

Closed
danpoltawski opened this issue Feb 15, 2017 · 2 comments
Closed

sass interpolation #7

danpoltawski opened this issue Feb 15, 2017 · 2 comments

Comments

@danpoltawski
Copy link

Slightly related to #4, I've found our codese problems coming from sass interpolation

.navbar-static-top .dropdown .dropdown-menu {
    max-height: calc(100vh - #{$navbar-height});
    overflow-y: auto;
}
>> theme/boost/scss/moodle/undo.scss
>>  138:5  ✖  Can't parse value "calc(100vh - #{$navbar-height})"   csstree/validator

Thanks for this project!

@lahmatiy
Copy link
Member

Try out 1.1.1. Issue should be fixed.

@danpoltawski
Copy link
Author

Thank you for such prompt work!

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

No branches or pull requests

2 participants