From c9c2494656a2ed9e890723229ffd90b00445c34a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 6 Jan 2017 21:20:28 +0200 Subject: [PATCH] Updated index.html --- docs/index.html | 2 +- docs/v2/DEVLOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 693baa0..1ff7ec2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,7 +80,7 @@

MinimalSize matters!




-

mini.css aims to provide as much functionality as possible in about 5KB gzipped. This very small footprint means that your websites and web applications will load faster, while still looking great utilising the modern components we provide!


+

mini.css aims to provide as much functionality as possible in less than 10KB gzipped. This very small footprint means that your websites and web applications will load faster, while still looking great utilising the modern components we provide!


diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index fb32db9..bdc812a 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -740,3 +740,4 @@ - Implemented the whole *simple* layout structure for the `grid` module, allowing a `.row` to set the layout of its children, using a `.cols-{SZ}-{WD}` class. - Decided to include the new `grid` system in the `mini-default` flavor, as its functionality could be beneficial to a lot of people. The new filesize (gzipped) is `6.47KB` over the previous `6.32KB`. - Added what is basically an *auto-grid* option in `.row.cols-sm` and similar for other sizes, that auto-sizes all columns in a given row. Might come in handy. +- Updated `index.html` to show *under 10KB* instead of *about 5KB* in the **Minimal** card in order to deal with the controversy surrounding this specific line.