From fe2042cf75f42eaa46153f56d08b723456929dae Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 23 Mar 2017 10:38:57 -0400 Subject: [PATCH] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2de0008..a4ffb5f 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,12 @@ To override the default JavaScript bundled in the theme, do one of the following ### SVG Icons -| Icon | `_includes` Filename | +The theme uses social network logos and other iconography saved as SVGs for +performance and flexibility. Said SVGs are located in the `_includes` directory +and prefixed with `icon-`. Each icon has been sized and designed to fit a +`16 x 16` viewbox and optimized with [SVGO](https://github.com/svg/svgo). + +| Icon | Filename | | --- | --- | | | icon-arrow-left.svg | | | icon-arrow-right.svg | @@ -479,11 +484,6 @@ To override the default JavaScript bundled in the theme, do one of the following | | icon-xing.svg | | | icon-youtube.svg | -The theme uses social network logos and other iconography saved as SVGs for -performance and flexibility. Said SVGs are located in the `_includes` directory -and prefixed with `icon-`. Each icon has been sized and designed to fit a -`16 x 16` viewbox and optimized with [SVGO](https://github.com/svg/svgo). - Fill colors are defined in the `_sass/basically-basic/_icons.scss` partial and set with `.icon-name` where class name matches the corresponding icon.