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 22:07:47 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-21 22:07:47 +0300
commitd9e8a6738671f9512c856d3e43554c4572cc1137 (patch)
tree382c2d0effe06e84b9adc47dc89e38f33f8e5b96 /less
parentc3bda3dbcfadd046a0591a75254d70a91785fc97 (diff)
Adding CSS, LESS, SASS
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 097da1086..6463de070 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -802,3 +802,4 @@
.@{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; }
+.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }
diff --git a/less/variables.less b/less/variables.less
index 52646ec06..5308b2484 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -511,6 +511,7 @@
@fa-var-paperclip: "\f0c6";
@fa-var-paragraph: "\f1dd";
@fa-var-paste: "\f0ea";
+@fa-var-patreon: "\f2f0";
@fa-var-pause: "\f04c";
@fa-var-pause-circle: "\f28b";
@fa-var-pause-circle-o: "\f28c";