Skip to content

Commit e86e87b

Browse files
committed
fix: add missing custom.css file for docs build
Resolves Vite build error where custom.css was referenced but missing.
1 parent 495692e commit e86e87b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs-site/src/styles/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Custom styles for Bazel File Operations Component documentation */
2+
3+
:root {
4+
--sl-color-accent: #2563eb;
5+
--sl-color-accent-high: #1e40af;
6+
}

0 commit comments

Comments
 (0)