File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,12 @@ To override the default JavaScript bundled in the theme, do one of the following
450
450
451
451
# ## SVG Icons
452
452
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 |
454
459
| --- | --- |
455
460
| <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 |
456
461
| <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
479
484
| <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-xing.svg" width="16" height="16"> | icon-xing.svg |
480
485
| <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-youtube.svg" width="16" height="16"> | icon-youtube.svg |
481
486
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
-
487
487
Fill colors are defined in the `_sass/basically-basic/_icons.scss` partial and
488
488
set with `.icon-name` where class name matches the corresponding icon.
489
489
You can’t perform that action at this time.
0 commit comments