From 3e55ea567bdc174bf95fe07d1427e785f4f37fdc Mon Sep 17 00:00:00 2001 From: redonkulus Date: Thu, 14 May 2020 08:47:15 -0700 Subject: [PATCH] docs: update versions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5cab6de..33204c8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A set of small, responsive CSS modules that you can use in every web project. **Use From the CDN:** ```html - + ``` Note: You can [customize which Pure modules you need][customize]. @@ -55,7 +55,7 @@ of all the CSS work that every site needs, without making it look cookie-cutter: * Responsive by default, with a non-responsive option. -* Extremely small file size: **4.5KB minified + gzip**. +* Extremely small file size: **3.7KB minified + gzip**. [Normalize.css]: http://necolas.github.io/normalize.css/ @@ -70,7 +70,7 @@ extensive documentation and examples to help you start using Pure. You can include the Pure CSS file in your project by fetching it from unpkg: ```html - + ``` You can also install Pure using NPM: @@ -137,10 +137,10 @@ Browser Support and Testing Pure is tested and works in: -* IE 8+ +* IE 10+ * Latest Stable: Firefox, Chrome, Safari -* iOS 6-8 -* Android 4.4+, as the way views work changed between older versions of Android and newer versions of Android around this time. +* iOS 12+ +* Android 6+ Docs and Website