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

Media queries cause error #2

Open
ethagnawl opened this issue Mar 14, 2017 · 0 comments
Open

Media queries cause error #2

ethagnawl opened this issue Mar 14, 2017 · 0 comments

Comments

@ethagnawl
Copy link

First off, thanks for this library! I've found it to be very useful.

One issue I've run into is that media queries cause an error.

Error at line 60, column 1206.
@media (min-width: 668px) {

        #contents #body #body_header {
            font-size: 20px;
        }

        ...

Similar libraries, like Styliner, handle this by ignoring the media query during the parse phase, but leaving the original styles intact and passing them along in case the client is willing/able to render stylesheets or inline style elements.

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

No branches or pull requests

1 participant