1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 09:47:05 +01:00

source/scss/font-awesome.scss: Add fa-rss-square

This commit is contained in:
Alan Orth 2017-01-07 21:46:59 +02:00
parent 62f650a1eb
commit 528f75fb0f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -23,5 +23,6 @@
.#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; }
.#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; }
.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; }
.#{$fa-css-prefix}-rss-square:before { content: $fa-var-rss-square; }
.#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; }
@import "node_modules/font-awesome/scss/screen-reader";