We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42dcfa commit 3d52969Copy full SHA for 3d52969
1 file changed
css2/grammar.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html lang="en">
3
-<!-- $Id: grammar.src,v 1.12 1997-10-28 23:33:31 bbos Exp $ -->
+<!-- $Id: grammar.src,v 1.13 1997-10-29 21:53:04 bbos Exp $ -->
4
<HEAD>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<TITLE>Appendix D: The grammar of CSS2</TITLE>
@@ -179,6 +179,7 @@ string \"({stringchar}|\')*\"|\'({stringchar}|\")*\'
179
<COMMENT>\n {/* ignore */}
180
<COMMENT>. {/* ignore */}
181
@import {BEGIN(0); return IMPORT_SYM;}
182
+@media {BEGIN(0); return MEDIA_SYM;}
183
"!"{w}important {BEGIN(0); return IMPORTANT_SYM;}
184
{ident} {BEGIN(AFTER_IDENT); return IDENT;}
185
{string} {BEGIN(0); return STRING;}
0 commit comments