From b5124924f8df4c83e2d6c3ffada1fca321ea57a9 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 4 Aug 2018 09:35:14 +0300 Subject: [PATCH] Update gettingStarted.js --- docs/doc-fragments/gettingStarted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc-fragments/gettingStarted.js b/docs/doc-fragments/gettingStarted.js index 54221fd..5ff09b7 100644 --- a/docs/doc-fragments/gettingStarted.js +++ b/docs/doc-fragments/gettingStarted.js @@ -7,7 +7,7 @@ module.exports = {
npm install mini.css
yarn add mini.css

Alternatively, you can use either rawgit or cdnjs to import mini.css into your HTML page's <head> tag:

<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/${version}/dist/mini-default.min.css">
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mini.css/${version}/mini-default.min.css">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mini.css/${version.slice(1)}/mini-default.min.css">

After adding mini.css to your project, remember to also add the following line inside your HTML page's <head> tag to utilize the viewport meta tag:

<meta name="viewport" content="width=device-width, initial-scale=1">

mini.css is crafted with long-term support in mind, so expect it to be compatible with all modern browsers, as well as their future versions. However, most legacy and proxy browsers, such as Internet Explorer, Opera Mini, IE Mobile and UC Browser are not officially supported, meaning certain features may not be displayed properly or behave exactly as expected.