Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Invalid syntax in _ellipsis.scss #18

Closed
mediumjones opened this issue Jun 30, 2014 · 1 comment
Closed

Invalid syntax in _ellipsis.scss #18

mediumjones opened this issue Jun 30, 2014 · 1 comment

Comments

@mediumjones
Copy link

Missing an '='.

@if $wrap = false {
white-space: nowrap;
}

Should be

@if $wrap == false {
white-space: nowrap;
}

@kpeatt
Copy link
Contributor

kpeatt commented Jul 9, 2014

Thanks for the bug, @mediumjones! I'll get a PR in for this ASAP so you can update your project. In the meantime, if you hit these issues, feel free to physically ping me in the office so I can fix em.

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

No branches or pull requests

2 participants