Skip to content

Commit

Permalink
fix: example css file
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekatp committed Feb 22, 2023
1 parent fef358b commit 2b57cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/style_sheet_macro/src/hello.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ div {
/* comment is added here*/
background-color: lightblue;
content: "hello";
font: "1.3em/1.2" Arial, Helvetica, sans-serif;
font: 1.3em/1.2 Arial, Helvetica, sans-serif;
}

.two {
Expand Down Expand Up @@ -38,5 +38,5 @@ p:lang(it) {
}

p::before {
content: raw_str("Read this: ");
content: "Read this: ";
}

0 comments on commit 2b57cf8

Please sign in to comment.