Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Fix output in LibSass #69

Merged
merged 2 commits into from
Jun 12, 2015
Merged

Fix output in LibSass #69

merged 2 commits into from
Jun 12, 2015

Conversation

kaelig
Copy link
Contributor

@kaelig kaelig commented Jun 12, 2015

Note that LibSass actually outputs the character itself instead of the character code.

icon {
  /* Expected: "\f102" */
  content: "";
}

We should remove this workaround when these issues are fixed: sass/libsass#1271 sass/libsass#1231

@kaelig
Copy link
Contributor Author

kaelig commented Jun 12, 2015

Thanks to @hugogiraudel for his help in the matter!

@AlbertoElias
Copy link

Ship it!

kaelig added a commit that referenced this pull request Jun 12, 2015
@kaelig kaelig merged commit e757b7c into master Jun 12, 2015
@kaelig kaelig deleted the libsass-fix branch June 12, 2015 11:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Char escaping doesn't follow Sass 3.3 or 3.4 ways
2 participants