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

Add specs for issue 1098 #331

Merged
merged 1 commit into from
Apr 16, 2015
Merged

Add specs for issue 1098 #331

merged 1 commit into from
Apr 16, 2015

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Apr 16, 2015

This PR adds specs for regressions in the IE property hack sass/libsass#1098.

xzyfer added a commit that referenced this pull request Apr 16, 2015
@xzyfer xzyfer merged commit 264a348 into sass:master Apr 16, 2015
div {
opacity: 1\9;
width: 500px\9;
color: #f00\9\0\;;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this double ;; may be an issue with Sass. /cc @mgreter @chriseppstein

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO that looks correct as one ; is escaped, as in the input. IMO the delimiter is optional for the last declaration!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're correct. My mistake.

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.

2 participants