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

Highlight CSS media queries #14

Closed
NV opened this issue Sep 11, 2010 · 2 comments
Closed

Highlight CSS media queries #14

NV opened this issue Sep 11, 2010 · 2 comments

Comments

@NV
Copy link

NV commented Sep 11, 2010

CodeMirror's CSS parser does not support CSS3 Media Queries.

@media screen {
  body {font-family: sans-serif}
}

Rules inside @media screen {} do not highlighted properly.

@marijnh
Copy link
Member

marijnh commented Sep 13, 2010

Thanks for the report. I pushed a fix 0fac80d

@marijnh
Copy link
Member

marijnh commented Oct 8, 2010

This was actually fixed wrongly the first time -- new commit at 57cf34e

This issue was closed.
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

2 participants