From d3e3b680c85717338da1510191659e0ffe2088f5 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 28 Apr 2017 14:52:48 +0300 Subject: [PATCH] Updated changelog Almost ready for release. --- CHANGELOG.md | 8 ++++++++ docs/quick_reference.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32986f4..01e683b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v2.1.3 + +- Removed some legacy browser support features. +- Updated color palette. +- Changed units from `px` to mostly `rem` and `em`. +- Added **mini-dark** flavor (dakr version of **mini-default**). +- Updated docs. + ## v2.1.2 - Updated `::placeholder` definitions (#36). diff --git a/docs/quick_reference.html b/docs/quick_reference.html index 615cdf7..ec14320 100644 --- a/docs/quick_reference.html +++ b/docs/quick_reference.html @@ -60,7 +60,7 @@

You can import the default flavor of mini.css in your webpage by simply adding one of the following references inside your HTML page's <head> tag:

<link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css">
-
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.2/dist/mini-default.min.css">

+
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.3/dist/mini-default.min.css">

You can also find mini.css on cdnjs, which you can use to include it in your projects.


We strongly suggest you add the following line inside your HTML page's <head> to utilize the viewport meta tag:

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