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

0 is not recognized as valid LESS selector. #27

Closed
seven-phases-max opened this issue Dec 27, 2013 · 1 comment
Closed

0 is not recognized as valid LESS selector. #27

seven-phases-max opened this issue Dec 27, 2013 · 1 comment

Comments

@seven-phases-max
Copy link

The following snippet:

0 {
    property: value;
}

produces empty CSS output (tested online, version: 1.5.1b2).
Expected result:

0 {
    property: value;
}

More advanced example that also fails:

0, 1, 2, 3, 4 {
    x-& {
        p: v;
    }
}
@oyejorge
Copy link
Owner

Thanks!

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

2 participants