diff options
Diffstat (limited to 'docs/theme-templates-guide.md')
| -rw-r--r-- | docs/theme-templates-guide.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/theme-templates-guide.md b/docs/theme-templates-guide.md index 4c1c91a..b404701 100644 --- a/docs/theme-templates-guide.md +++ b/docs/theme-templates-guide.md @@ -58,8 +58,9 @@ Override styles will be scoped to your theme only. The [Ochin theme can be consu // Color variables here... @import "../@theme-base/styles"; -// @import "../@theme-base/full"; -// Please do not remove the import above, add overrides and other partials below this line. +@import "../@theme-base/dark_mode"; + +// Please do not remove the imports above, add overrides and other partials below this line. @import 'override'; ``` |
