From 99096ef3e3dc186f67cc6470d2c92c67020a5c44 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Mon, 17 Feb 2025 22:41:19 +0000 Subject: [PATCH] doc: clarify global option Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- docs/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuration.md b/docs/src/configuration.md index 34cbd9c8..8ab7554d 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -212,7 +212,7 @@ provides options for other browsers which are based on Firefox. For each target, there is an option like `stylix.targets.«target».enable` which you can use to turn its styling on or off. By default, it's turned on -automatically whenever the target is installed. You can set +automatically whenever the target is installed. You can globally set `stylix.autoEnable = false` to opt out of this behaviour, in which case you'll need to manually enable each target you want to be themed.