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-23 04:06:25 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-23 04:06:25 +0300
commitf11694999d79048e442d37731e6c7b880c5722e2 (patch)
treed49dbb7281b583ccf5b9c5bf0af425ee71573127 /less
parent924196b0e91ffe98dd51f1e354a5136d85d865b8 (diff)
Solves bug with CSS, LESS & SCSS where not updated anymore1.0.5
Diffstat (limited to 'less')
-rw-r--r--less/fork-awesome.less2
-rw-r--r--less/icons.less3
-rw-r--r--less/variables.less5
3 files changed, 8 insertions, 2 deletions
diff --git a/less/fork-awesome.less b/less/fork-awesome.less
index e9fb008cd..9f47da594 100644
--- a/less/fork-awesome.less
+++ b/less/fork-awesome.less
@@ -1,5 +1,5 @@
/*!
- * Fork Awesome 1.0.3, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
+ * Fork Awesome 1.0.4, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/
diff --git a/less/icons.less b/less/icons.less
index 93cc32aeb..e81e7600a 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -804,3 +804,6 @@
.@{fa-css-prefix}-discord-alt:before { content: @fa-var-discord-alt; }
.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }
.@{fa-css-prefix}-snowdrift:before { content: @fa-var-snowdrift; }
+.@{fa-css-prefix}-activitypub:before { content: @fa-var-activitypub; }
+.@{fa-css-prefix}-ethereum:before { content: @fa-var-ethereum; }
+.@{fa-css-prefix}-keybase:before { content: @fa-var-keybase; }
diff --git a/less/variables.less b/less/variables.less
index 034f832fd..0b7f45068 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -6,12 +6,13 @@
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-font-family: ForkAwesome;
-@fa-version: "1.0.3";
+@fa-version: "1.0.4";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
@fa-var-500px: "\f26e";
+@fa-var-activitypub: "\f2f2";
@fa-var-address-book: "\f2b9";
@fa-var-address-book-o: "\f2ba";
@fa-var-address-card: "\f2bb";
@@ -245,6 +246,7 @@
@fa-var-envelope-square: "\f199";
@fa-var-envira: "\f299";
@fa-var-eraser: "\f12d";
+@fa-var-ethereum: "\f2f3";
@fa-var-etsy: "\f2d7";
@fa-var-eur: "\f153";
@fa-var-euro: "\f153";
@@ -414,6 +416,7 @@
@fa-var-jpy: "\f157";
@fa-var-jsfiddle: "\f1cc";
@fa-var-key: "\f084";
+@fa-var-keybase: "\f2f4";
@fa-var-keyboard-o: "\f11c";
@fa-var-krw: "\f159";
@fa-var-language: "\f1ab";