mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
define code-inline in windi
This commit is contained in:
parent
a39154570f
commit
fa6bb0a982
1 changed files with 8 additions and 0 deletions
|
@ -194,6 +194,14 @@ export default defineConfig({
|
||||||
200: 'var(--wp-hint-warn-200)',
|
200: 'var(--wp-hint-warn-200)',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'wp-code-inline': {
|
||||||
|
100: 'var(--wp-code-inline-100'
|
||||||
|
},
|
||||||
|
|
||||||
|
'wp-code-inline-text': {
|
||||||
|
100: 'var(--wp-code-inline-text-100'
|
||||||
|
},
|
||||||
|
|
||||||
'wp-code': {
|
'wp-code': {
|
||||||
100: 'var(--wp-code-100)',
|
100: 'var(--wp-code-100)',
|
||||||
200: 'var(--wp-code-200)',
|
200: 'var(--wp-code-200)',
|
||||||
|
|
Loading…
Reference in a new issue