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

Parsing error: block comments #8

Open
subtleGradient opened this issue Oct 27, 2010 · 1 comment
Open

Parsing error: block comments #8

subtleGradient opened this issue Oct 27, 2010 · 1 comment

Comments

@subtleGradient
Copy link
Owner

this bit of css yields a selector from /**** up to .ws-app, so it's not recognizing those comments properly. The rest (.ws-app .ws-container) is parsed ok.

    /****************************************************************
    *  Home page styling for all screen sizes.
    ****************************************************************/

    /* defaults */
    .ws-app {}
    .ws-app .ws-container {
           margin: 0 auto;
           position: relative;
    }

From: frank06

@subtleGradient
Copy link
Owner Author

try out http://github.com/subtleGradient/Sheet.js/tree/v1.0.2rc1
Let me know if it works for you

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

No branches or pull requests

1 participant