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>2018-02-21 21:37:00 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-21 21:37:00 +0300
commite6afa0d5e932c068e0efcbe239d8dd3bac29d873 (patch)
tree36ba7ccc7b1e0dcb0a83f755db788b4a7984c3e8 /less
parenta4798819e99479e613859d9fc5cd39e763417ff2 (diff)
Generate CSS, LESS and SASS based on this new icon
Diffstat (limited to 'less')
-rw-r--r--less/icons.less2
-rw-r--r--less/variables.less2
2 files changed, 4 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index ffe4b7800..097da1086 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -800,3 +800,5 @@
.@{fa-css-prefix}-hubzilla:before { content: @fa-var-hubzilla; }
.@{fa-css-prefix}-social-home:before { content: @fa-var-social-home; }
.@{fa-css-prefix}-artstation:before { content: @fa-var-artstation; }
+.@{fa-css-prefix}-discord:before { content: @fa-var-discord; }
+.@{fa-css-prefix}-discord-alt:before { content: @fa-var-discord-alt; }
diff --git a/less/variables.less b/less/variables.less
index a04dad960..52646ec06 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -221,6 +221,8 @@
@fa-var-diamond: "\f219";
@fa-var-diaspora: "\f2e5";
@fa-var-digg: "\f1a6";
+@fa-var-discord: "\f2ee";
+@fa-var-discord-alt: "\f2ef";
@fa-var-dollar: "\f155";
@fa-var-dot-circle-o: "\f192";
@fa-var-download: "\f019";