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" />