Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

comma-separated selectors (each per line) are not converted properly #167

Open
andyhausmann opened this issue May 31, 2011 · 0 comments
Open

Comments

@andyhausmann
Copy link

As you can see in your Sandbox, code like this (with comma-separated selectors) is beeing converted successfully into the correct code).

From:

foo,

bar

color:red

To:

foo, #bar {

color: red;

}

But when using either Version 1.0.11 or one of the beta Versions (beta 1 or beta 2 from the trunk), it results into the following code:

bar {

color: red;

}

Could you please test this behaviour by yourself?

// Edit: Sorry for my strange description up there - i've meant the multi-line selectors. They are not working for me...
// Edit: Seems like Turbine's using just the last selector.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant