Skip to content

Commit fe2042c

Browse files
committed
Update README
1 parent 9d9c443 commit fe2042c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,12 @@ To override the default JavaScript bundled in the theme, do one of the following
450450

451451
### SVG Icons
452452

453-
| Icon | `_includes` Filename |
453+
The theme uses social network logos and other iconography saved as SVGs for
454+
performance and flexibility. Said SVGs are located in the `_includes` directory
455+
and prefixed with `icon-`. Each icon has been sized and designed to fit a
456+
`16 x 16` viewbox and optimized with [SVGO](https://github.com/svg/svgo).
457+
458+
| Icon | Filename |
454459
| --- | --- |
455460
| <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-arrow-left.svg" width="16" height="16"> | icon-arrow-left.svg |
456461
| <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-arrow-right.svg" width="16" height="16"> | icon-arrow-right.svg |
@@ -479,11 +484,6 @@ To override the default JavaScript bundled in the theme, do one of the following
479484
| <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-xing.svg" width="16" height="16"> | icon-xing.svg |
480485
| <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-youtube.svg" width="16" height="16"> | icon-youtube.svg |
481486

482-
The theme uses social network logos and other iconography saved as SVGs for
483-
performance and flexibility. Said SVGs are located in the `_includes` directory
484-
and prefixed with `icon-`. Each icon has been sized and designed to fit a
485-
`16 x 16` viewbox and optimized with [SVGO](https://github.com/svg/svgo).
486-
487487
Fill colors are defined in the `_sass/basically-basic/_icons.scss` partial and
488488
set with `.icon-name` where class name matches the corresponding icon.
489489

0 commit comments

Comments
 (0)