diff --git a/examples/index.html b/examples/index.html index dd3c033..8832a34 100644 --- a/examples/index.html +++ b/examples/index.html @@ -303,35 +303,17 @@ 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" - /> + + <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" - /> + + <link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@VERSION/dist/RULESET.SELECTORSET.min.css" type="text/css" /> +