Skip to content

Commit d15791a

Browse files
content/blog post init code block and scrollbar styling (#130)
1 parent ced61bb commit d15791a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/pages/blog/release/v0-30-0.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,16 @@ The above highlights are by no means the only features delivered in this release
167167

168168
### Init Refresh
169169

170-
We gave the initial scaffolding output when running our `@greenwood/init` command a refresh. It now comes with some useful starter code and links to the website for common documentation resources. Try it out today using `npx @greenwood/init@latest my-app`!
170+
We gave the initial scaffolding output when running our `@greenwood/init` command a refresh. It now comes with some useful starter code and links to the website for common documentation resources.
171171

172172
![Greenwood Init Refresh](/assets/blog/greenwood-init-refresh.webp)
173173

174+
Try it out today!
175+
176+
```shell
177+
$ npx @greenwood/init@latest my-app
178+
```
179+
174180
### Lit SSR Enhancements
175181

176182
In this release, we upgraded our Lit SSR plugin to support Lit v3 and addressed some bugs with our existing implementation. Checkout out the [plugin docs](/docs/plugins/lit-ssr/) for more info and check out our [demo repo](https://github.com/thescientist13/greenwood-lit-ssr) to see it all in action.

src/styles/theme.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ pre {
9191
padding: 0px 4px;
9292
display: inline-block;
9393
border-radius: var(--radius-2);
94+
scrollbar-width: thin;
95+
scrollbar-color: var(--color-gray) transparent;
9496
}
9597

9698
[popover] {

0 commit comments

Comments
 (0)