mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 06:42:53 +01:00
committed by
GitHub
parent
8cee29694c
commit
c84bc2fc6e
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
|
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
||||||
"vcs": {
|
"vcs": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"clientKind": "git",
|
"clientKind": "git",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { definePlugin } from "@expressive-code/core";
|
|||||||
export function pluginLanguageBadge() {
|
export function pluginLanguageBadge() {
|
||||||
return definePlugin({
|
return definePlugin({
|
||||||
name: "Language Badge",
|
name: "Language Badge",
|
||||||
// @ts-ignore
|
// @ts-expect-error
|
||||||
baseStyles: ({ _cssVar }) => `
|
baseStyles: ({ _cssVar }) => `
|
||||||
[data-language]::before {
|
[data-language]::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user