Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 4ef9890

Browse files
committed
Update viewall template so global sg styles aren't applied.
1 parent 3dd5fb2 commit 4ef9890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_patternlab-files/viewall.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
2-
<html id="patternlab-html">
2+
<html>
33
<head id="patternlab-head">
44
<title>Pattern Lab Sub-type Style Guide</title>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width" />
77
<link rel="stylesheet" href="../../styleguide/css/styleguide.css" media="all" />
88
<link rel="stylesheet" href="../../css/style.css" media="all" />
99
</head>
10-
<body id="patternlab-body" class="sg-pattern-list">
10+
<body class="sg-pattern-list">
1111

1212
<!-- View All Patterns in a Pattern Sub-Type -->
1313
<div class="sg-main" role="main">

0 commit comments

Comments
 (0)