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

Rules inside other rules with instructions don't get applied #223

Open
veosotano opened this issue Mar 29, 2013 · 1 comment
Open

Rules inside other rules with instructions don't get applied #223

veosotano opened this issue Mar 29, 2013 · 1 comment
Labels
Milestone

Comments

@veosotano
Copy link
Member

*
{
    #new wrapper
    {
        #new child { content: "child" }

        child {
            width: 160;
            border: @{ 1 }
        }
    }
}

Expected: the child element inside wrapper should be 160 points wide and have a border.
Actual result: the rule (the one targeting child without instruction) doesn't get applied.

@Mouvedia
Copy link
Member

I have experienced the reverse situation.

* {
propertyA: valueX;
}

#new test {
propertyA: valueY;
}

@veosotano should I open a new issue?

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

No branches or pull requests

2 participants