pl.css 105 B

1234567
  1. @import url(style.css);
  2. .c { /* comment */
  3. font-weight: bold;
  4. }
  5. .s { /* string */
  6. font-weight: bold;
  7. }