From a6adc763fde4fd7b9c547baa176f65ff0a7aac3c Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Wed, 20 Jul 2016 15:28:34 -0500 Subject: [PATCH] Update README.md (#581) * Update README.md Clarify what's actually found in the release ZIP file. * Update README.md Correct my own darn misspelling. :-p --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c23d223..43fa739 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ conventions of the files in the `build/` directory follow these rules: * `*-min.css`: A minified file version of the files of the same name. * `pure.css`: A rollup of all `[module].css` files in the `build/` dir. This is - a responsive roll-up of everything, non-minified. + a responsive roll-up of everything, non-minified. Note: does not contain responsive grids with @media queries. * `pure-min.css`: Minified version of `pure.css` that should be used in production.