mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-04 03:19:38 +08:00
Compare commits
4 Commits
@sveltejs/
...
chore/sync
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9e79bfd0f | ||
|
|
6887aae84b | ||
|
|
af2975607f | ||
|
|
d17c7d36e8 |
5
.changeset/honest-crabs-burn.md
Normal file
5
.changeset/honest-crabs-burn.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@sveltejs/opencode": patch
|
||||
---
|
||||
|
||||
chore: sync skills from svelte.dev
|
||||
@@ -217,7 +217,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
||||
</style>
|
||||
```
|
||||
|
||||
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
|
||||
```svelte
|
||||
<div>
|
||||
|
||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
||||
</style>
|
||||
```
|
||||
|
||||
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
|
||||
```svelte
|
||||
<div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"description": "A plugin for all things related to Svelte development, MCP, skills, and more.",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"author": {
|
||||
"name": "Svelte"
|
||||
},
|
||||
|
||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
||||
</style>
|
||||
```
|
||||
|
||||
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
|
||||
```svelte
|
||||
<div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"description": "A plugin for all things related to Svelte development, MCP, skills, and more.",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"author": {
|
||||
"name": "Svelte"
|
||||
},
|
||||
|
||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
||||
</style>
|
||||
```
|
||||
|
||||
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
|
||||
```svelte
|
||||
<div>
|
||||
|
||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
||||
</style>
|
||||
```
|
||||
|
||||
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
|
||||
|
||||
```svelte
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user