From 08d9f6e922b5c5901c3588792d090edbb089d422 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 28 Oct 2022 16:58:22 +0200 Subject: [PATCH] Disable `fun` by default --- examples/index.html | 2 +- examples/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/index.html b/examples/index.html index a89e524..c876d93 100644 --- a/examples/index.html +++ b/examples/index.html @@ -198,7 +198,7 @@
Made to celebrate the addition of backdrop-filter to Firefox, makes panels have a stained glass background.
-
+
Experimental ruleset with bizzare or buggy but fun rules. Unsupported, do not use in production!
diff --git a/examples/index.js b/examples/index.js index 77e8af8..7895822 100644 --- a/examples/index.js +++ b/examples/index.js @@ -27,7 +27,6 @@ const enabledByDefault = [ "less:bluelib-dist-base:root", "less:bluelib-dist-classic:root", "less:bluelib-dist-glass:root", - "less:bluelib-dist-fun:root", "less:bluelib-dist-colors-royalblue:root", "less:bluelib-dist-fonts-fira-ghpages:root", ]