From f69cdfedf8e4b19117be8593a1806bb6959d2145 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 23 May 2023 18:52:41 +0200 Subject: [PATCH] Always use the minified version of bluelib --- examples/index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/index.html b/examples/index.html index 8832a34..44b3280 100644 --- a/examples/index.html +++ b/examples/index.html @@ -302,14 +302,6 @@

Simply link the stylesheets in the header of your project like this:

-
- - <link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@VERSION/dist/RULESET.SELECTORSET.css" type="text/css" /> - -
-

- To save a bit extra bandwidth, at the cost of harder-to-read stylesheets, you can use minified stylesheets, like this: -

<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@VERSION/dist/RULESET.SELECTORSET.min.css" type="text/css" />