docs: general fixes for docs workspace (#5184)

This commit is contained in:
Shahed Nasser
2023-09-22 12:25:48 +03:00
committed by GitHub
parent c1b8f089e3
commit 123b3787d5
15 changed files with 97 additions and 23 deletions
-5
View File
@@ -50,11 +50,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 utilities {
+1 -1
View File
@@ -7,5 +7,5 @@
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "git diff HEAD^ HEAD --quiet -- ../../.."
"ignoreCommand": "bash ../../ignore-build-script.sh"
}