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

v0.52.1+ Can't parse selectors with commas on multiple lines. #1997

Closed
corbanbrook opened this issue Sep 3, 2015 · 1 comment
Closed

v0.52.1+ Can't parse selectors with commas on multiple lines. #1997

corbanbrook opened this issue Sep 3, 2015 · 1 comment

Comments

@corbanbrook
Copy link
Contributor

v0.52.0 works fine.
v0.52.1 and up are broken. Could be related to this commit 4d037f8

Fails to parse bootstrap-styl type.styl

{ [ParseError: /node_modules/bootstrap-styl/bootstrap/type.styl:237:1
   233|
   234| // Abbreviations and acronyms
   235| abbr[title],
   236|
   237| // Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
--------^
   238| abbr[data-original-title]
   239|   cursor help
   240|   border-bottom 1px dotted $abbr-border-color

unexpected ","
]
@corbanbrook
Copy link
Contributor Author

Thanks, that was fast!

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