From d3748d886f43fedbc27e78b56fd645f38941adbd Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 6 Dec 2024 00:33:41 -0800 Subject: [PATCH] Update docs/classic-ui/static-resources.md Co-authored-by: Peter Mathis --- docs/classic-ui/static-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/classic-ui/static-resources.md b/docs/classic-ui/static-resources.md index d0a8f558c..8977c250c 100644 --- a/docs/classic-ui/static-resources.md +++ b/docs/classic-ui/static-resources.md @@ -103,7 +103,7 @@ The following attributes are available for registering a static resource. The `depends` attribute may be assigned the value of `all`, making this bundle render last, after all other bundles. The `all` value lets you load CSS files after the automatically added theme resources and override CSS declarations from your own custom CSS files. - If you set multiple bundles to `all`, then these bundles will render in the order in which you define them. + If you set multiple bundles to `all`, then these bundles will render in alphabetical order by its name. ```{note} You can also add custom CSS through-the-web via the {guilabel}`Theming` control panel, under {menuselection}`Site Setup --> Theming --> Advanced settings --> Custom Styles`.