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

Fix work with hash #2453

Merged
merged 19 commits into from Mar 22, 2019
Merged

Fix work with hash #2453

merged 19 commits into from Mar 22, 2019

Conversation

xdan
Copy link
Member

@xdan xdan commented Mar 12, 2019

This code did not work

$c = {
  colors: #ccc #ddd
  border: 10px 20px 30px
}
.test
   color $c.colors[0]

This PR fix this

Valera added 6 commits March 12, 2019 18:40
```
$p = {
	color: #fff,
	padding: 10px
}
```
the column for the color property is considered incorrect because some replacing are made in lexer
lib/parser.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants