mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-06 20:55:44 +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>
|
</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
|
```svelte
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
|||||||
</style>
|
</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
|
```svelte
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"description": "A plugin for all things related to Svelte development, MCP, skills, and more.",
|
"description": "A plugin for all things related to Svelte development, MCP, skills, and more.",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Svelte"
|
"name": "Svelte"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
|||||||
</style>
|
</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
|
```svelte
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"description": "A plugin for all things related to Svelte development, MCP, skills, and more.",
|
"description": "A plugin for all things related to Svelte development, MCP, skills, and more.",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Svelte"
|
"name": "Svelte"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
|||||||
</style>
|
</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
|
```svelte
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
|
|||||||
</style>
|
</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
|
```svelte
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user