docs: general fixes for docs workspace (#5184)
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
body[data-modal="opened"] {
|
||||
@apply !overflow-hidden;
|
||||
}
|
||||
|
||||
mark {
|
||||
@apply bg-medusa-bg-highlight dark:bg-medusa-bg-highlight-dark;
|
||||
@apply text-medusa-fg-interactive dark:text-medusa-fg-interactive-dark;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
||||
@@ -486,6 +486,6 @@
|
||||
"installCommand": "yarn install",
|
||||
"buildCommand": "turbo run build",
|
||||
"outputDirectory": "build",
|
||||
"ignoreCommand": "git diff HEAD^ HEAD --quiet -- ../../..",
|
||||
"ignoreCommand": "bash ../../ignore-build-script.sh",
|
||||
"devCommand": "yarn dev"
|
||||
}
|
||||
Reference in New Issue
Block a user