Skip to content

Commit

Permalink
fix for unwanted body styles in other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulus Straetmans 👻 committed Jan 19, 2021
1 parent 35dfea9 commit 32fa488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
--lintError: 2px dashed red;
}

body {
body.nice-html-with-css {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
2 changes: 1 addition & 1 deletion src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title><%= htmlWebpackPlugin.options.title %></title>
</head>

<body>
<body class="nice-html-with-css">
<p>
This page is has html semantic errors on purpose. You can inspect the
element to see what is causing the warning
Expand Down

0 comments on commit 32fa488

Please sign in to comment.