Skip to content

Commit 9fd4e97

Browse files
2.7.1
1 parent 0830d54 commit 9fd4e97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/saratoga.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ footer {
16731673
margin-top: 40px;
16741674
}
16751675
}
1676-
.story-body h3 {
1676+
.story-body > h3:not(.h3) {
16771677
font-size: var(--h2);
16781678
}
16791679

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saratoga-design-system",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"scripts": {
55
"build": "npx sass --no-source-map builds:dist",
66
"version": "npm run build && git add -A dist",

0 commit comments

Comments
 (0)