Skip to content

Commit 5646c1d

Browse files
committed
fix: remove hard-coded values on docs homepage -- workaround no longer needed
1 parent 5e34439 commit 5646c1d

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

apps/bolt-site/content/20-docs/50-concepts/20-tech/10-sass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $weight: regular, semibold, bold
2929

3030
```scss
3131
$breakpoint: xxsmall, xsmall, small, medium, large, xlarge, xxlarge, xxxlarge
32-
@include respond-to($breakpoint);
32+
@include bolt-mq($breakpoint);
3333
```
3434

3535
---

apps/bolt-site/templates/home.twig

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@
115115
contentItems: [
116116
{
117117
pattern: "image",
118-
lazyload: false,
119-
ratio: false,
120-
placeholderImage: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
121-
placeholderColor: "#8d8e99",
122-
srcset: "/images/single-source2.jpg",
123118
src: "/images/single-source2.jpg"
124119
},
125120
{
@@ -145,12 +140,7 @@
145140
contentItems: [
146141
{
147142
pattern: "image",
148-
lazyload: false,
149143
src: "/images/code2.jpg",
150-
ratio: false,
151-
placeholderImage: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
152-
placeholderColor: "#8d8e99",
153-
srcset: "/images/code2.jpg"
154144
},
155145
{
156146
pattern: "eyebrow",
@@ -180,12 +170,7 @@
180170
contentItems: [
181171
{
182172
pattern: "image",
183-
lazyload: false,
184-
src: "/images/tested.jpg",
185-
ratio: false,
186-
placeholderImage: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
187-
placeholderColor: "#8d8e99",
188-
srcset: "/images/tested.jpg"
173+
src: "/images/tested.jpg"
189174
},
190175
{
191176
pattern: "eyebrow",
@@ -346,10 +331,6 @@
346331
author: {
347332
image: {
348333
src: "/images/500x500.jpg",
349-
placeholderImage: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
350-
placeholderColor: "#8d8e99",
351-
srcset: "/images/500x500.jpg",
352-
lazyload: false
353334
},
354335
name: "Salem Ghoweri",
355336
title: "Senior Front-End Architect, Design Systems at Pega"

0 commit comments

Comments
 (0)