Revert "Fix import order for setup.scss (#1184)" (#1209)

* Revert "Fix import order for `setup.scss` (#1184)"

This reverts commit 765954233a.

* Update docs
This commit is contained in:
Matt Wang
2023-03-28 18:12:53 -07:00
committed by GitHub
parent 09896921e4
commit a95e78f80d
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ jtd.setTheme("foo")
New (v0.4.0)
{: .label .label-green }
To define new SCSS variables, functions, or override existing theme variables, place SCSS code in `_sass/custom/setup.scss`. This should *not* be used for defining custom styles (see the next section).
To define new SCSS variables or functions, place SCSS code in `_sass/custom/setup.scss`. This should *not* be used for defining custom styles (see the next section) or overriding color scheme variables (in this case, you should create a new color scheme).
This is most commonly-used to define [custom callout colors]({% link docs/configuration.md %}#callouts). For example,