Skip to content

Commit

Permalink
content/blog post init code block and scrollbar styling (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Nov 9, 2024
1 parent ced61bb commit d15791a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/blog/release/v0-30-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,16 @@ The above highlights are by no means the only features delivered in this release

### Init Refresh

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`!
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.

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

Try it out today!

```shell
$ npx @greenwood/init@latest my-app
```

### Lit SSR Enhancements

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.
Expand Down
2 changes: 2 additions & 0 deletions src/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ pre {
padding: 0px 4px;
display: inline-block;
border-radius: var(--radius-2);
scrollbar-width: thin;
scrollbar-color: var(--color-gray) transparent;
}

[popover] {
Expand Down

0 comments on commit d15791a

Please sign in to comment.