From df1d446d589f68a2cce969ec1e2ef4c937760542 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 28 Feb 2021 23:01:25 +0300 Subject: [PATCH] clarify --- global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.css b/global.css index a47c40c4..470525b1 100644 --- a/global.css +++ b/global.css @@ -1,6 +1,6 @@ html#stylus #stylus-manage #header *:not(#\0) { /* This suppresses transitions on page open. - * Keeping it here at the top of the file for faster processing in dom.js. + * WARNING! Must be the first rule here so dom.js can simply call deleteRule for index 0. * Using an increased specificity to override sane selectors in user styles */ transition: none !important; }