Skip to content

Commit aa435e3

Browse files
2.8.11
1 parent 07632ed commit aa435e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/saratoga.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,16 +2060,16 @@ html.msb .masthead {
20602060
}
20612061

20622062
/*
2063-
* Zone treatment inside grids
2063+
* Zone treatment inside packages
20642064
*/
2065-
.grid > [data-type=ad] {
2065+
.package > [data-type=ad] {
20662066
grid-column-end: -1;
20672067
}
20682068

20692069
/*
20702070
* Zones inside story bodies
20712071
*/
2072-
.story-body [data-type=ad] {
2072+
.article-body [data-type=ad] {
20732073
box-sizing: border-box;
20742074
margin: var(--space-lg) 0;
20752075
padding: 0;

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.8.10",
3+
"version": "2.8.11",
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)