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

Handle only the required nodes in Listize #975

Merged
merged 1 commit into from
Mar 30, 2015

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Mar 23, 2015

This PR does some clean up of the recent & in SassScript feature #966.

/cc @ekskimn

@xzyfer xzyfer added this to the 3.2 milestone Mar 23, 2015
@xzyfer xzyfer self-assigned this Mar 23, 2015
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 80.21% when pulling 2f06900 on xzyfer:clean/ampersand-in-sassscript into 3681c48 on sass:master.

@onedayitwillmake
Copy link

Slightly tangential question, what does listize do? When is it required and when is it not?

@xzyfer
Copy link
Contributor Author

xzyfer commented Mar 23, 2015

Listize turns selectors into Sass lists. It's needed when selectors are being used as Sass values i.e. variables, function/mixin arguments etc.

@xzyfer xzyfer changed the title Handle only the required nodes in Listize [WIP] Handle only the required nodes in Listize Mar 23, 2015
@ekskimn
Copy link

ekskimn commented Mar 23, 2015

Hi @xzyfer , I took at look at the PR and it makes sense to me. =) 👍

@mgreter
Copy link
Contributor

mgreter commented Mar 29, 2015

LGTM 👍 ! Maybe we want to include this in the next beta as is? IMO you can still take it from there!

@mgreter mgreter changed the title [WIP] Handle only the required nodes in Listize Handle only the required nodes in Listize Mar 30, 2015
mgreter added a commit that referenced this pull request Mar 30, 2015
Handle only the required nodes in Listize
@mgreter mgreter merged commit 4c2a62a into sass:master Mar 30, 2015
@mgreter
Copy link
Contributor

mgreter commented Mar 30, 2015

Merged it beside the concerns given by @xzyfer. IMO this seems to be an improvement and we can add a more precise implementation later. Just want to have this included in the next release!

@xzyfer
Copy link
Contributor Author

xzyfer commented Mar 30, 2015

👍 I have more work to do here but this is a good start

@xzyfer xzyfer deleted the clean/ampersand-in-sassscript branch March 30, 2015 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants