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
path: root/less
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 20:36:28 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 20:36:28 +0300
commit573eb45133b93f7668b9b91b591869b9f9062e80 (patch)
tree8c523aa9e1b642228473d65b56755b30f652c551 /less
parent894c16537bafade0294532141ee6f633a06f0f68 (diff)
Adds Hackster icon. Fixes #137
Diffstat (limited to 'less')
-rw-r--r--less/icons.less1
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index eb4770032..bf8d5d268 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -871,3 +871,4 @@
.@{fa-css-prefix}-archlinux:before { content: @fa-var-archlinux; }
.@{fa-css-prefix}-pleroma:before { content: @fa-var-pleroma; }
.@{fa-css-prefix}-unsplash:before { content: @fa-var-unsplash; }
+.@{fa-css-prefix}-hackster:before { content: @fa-var-hackster; }
diff --git a/less/variables.less b/less/variables.less
index 1be020229..e500ee1b3 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -380,6 +380,7 @@
@fa-var-h-square: "\f0fd";
@fa-var-hackaday: "\f30a";
@fa-var-hacker-news: "\f1d4";
+@fa-var-hackster: "\f326";
@fa-var-hand-grab-o: "\f255";
@fa-var-hand-lizard-o: "\f258";
@fa-var-hand-o-down: "\f0a7";