Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-04 01:24:37 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-04 01:24:37 +0300
commit09824f1fe00c7718edb504fc2f480655dfff9897 (patch)
tree3aa38d9c65c4d8779aa1dc89a548dcfb87434635 /scss/_icons.scss
parentbdfa9823c8b1e25a5c822f6c719ec0e38ead7f71 (diff)
Adding icons fa-mastodon & fa-mastodon-alt
Diffstat (limited to 'scss/_icons.scss')
-rw-r--r--scss/_icons.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_icons.scss b/scss/_icons.scss
index e63e702c4..38eaf6ec5 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -787,3 +787,5 @@
.#{$fa-css-prefix}-superpowers:before { content: $fa-var-superpowers; }
.#{$fa-css-prefix}-wpexplorer:before { content: $fa-var-wpexplorer; }
.#{$fa-css-prefix}-meetup:before { content: $fa-var-meetup; }
+.#{$fa-css-prefix}-mastodon:before { content: $fa-var-mastodon; }
+.#{$fa-css-prefix}-mastodon-alt:before { content: $fa-var-mastodon-alt; }