From 0a4c9916c6baf0a32a893f6bb71403c5a601be26 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 15 Jan 2018 13:41:26 +0200 Subject: [PATCH] Ready to roll out -alpha.2 --- docs/build-docs.js | 6 ------ docs/v3/DEVLOG.md | 6 ++++++ docs/v3/docs.html | 7 ++----- docs/v3/index.html | 5 +---- docs/vinf.js | 2 +- 5 files changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/build-docs.js b/docs/build-docs.js index a07702a..14878fd 100644 --- a/docs/build-docs.js +++ b/docs/build-docs.js @@ -40,9 +40,6 @@ var indexHtml = `  Flavors - - -  Blog
@@ -106,9 +103,6 @@ var appShellStart = `
 Flavors - - -  Blog
`; diff --git a/docs/v3/DEVLOG.md b/docs/v3/DEVLOG.md index a19d122..cb6f659 100644 --- a/docs/v3/DEVLOG.md +++ b/docs/v3/DEVLOG.md @@ -269,3 +269,9 @@ - Updated tables, variables cleanup. - Added `.striped` and `.hoverable` `table` styles. - Documented `table` module. + +## 20180115 + +- Updated menus to not include a dead `blog` link no more. Sorry, **hugging cat**! +- Updated tag for `v3.0.0-alpha.2`. +- Released the new alpha. diff --git a/docs/v3/docs.html b/docs/v3/docs.html index 9f846e7..196928c 100644 --- a/docs/v3/docs.html +++ b/docs/v3/docs.html @@ -19,9 +19,6 @@  Flavors - - -  Blog
@@ -32,8 +29,8 @@

You can get started using mini.css in one of many ways. It is published on npm and yarn, so you can easily download it, using your preferred package manager:

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/v3.0.0-alpha.1/dist/mini-default.min.css">
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mini.css/v3.0.0-alpha.1/mini-default.min.css">
+
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v3.0.0-alpha.2/dist/mini-default.min.css">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mini.css/v3.0.0-alpha.2/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.


diff --git a/docs/v3/index.html b/docs/v3/index.html index 404efc8..0b92008 100644 --- a/docs/v3/index.html +++ b/docs/v3/index.html @@ -19,7 +19,7 @@

mini.css

minimal, responsive, style-agnostic
CSS framework

-

v3.0.0-alpha.1

+

v3.0.0-alpha.2

Get started
@@ -34,9 +34,6 @@  Flavors - - -  Blog
diff --git a/docs/vinf.js b/docs/vinf.js index 286b25e..13095f5 100644 --- a/docs/vinf.js +++ b/docs/vinf.js @@ -1,4 +1,4 @@ // Get the current version of the Gluon branch. module.exports = { - version: 'v3.0.0-alpha.1' + version: 'v3.0.0-alpha.2' }