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-10-05 00:16:13 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-10-05 00:16:13 +0300
commit04d81881547d2371901e9027486a197f72b68dd4 (patch)
treeef8a5c7021316c62d7768baad1ae6d0eb02f22b3 /less
parent81479bcb8f82a2bf355d754018ece807a441dbae (diff)
Bumped version1.1.3
Diffstat (limited to 'less')
-rw-r--r--less/fork-awesome.less2
-rw-r--r--less/icons.less2
-rw-r--r--less/v5-compat.less2
-rw-r--r--less/variables.less4
4 files changed, 7 insertions, 3 deletions
diff --git a/less/fork-awesome.less b/less/fork-awesome.less
index 52f58719c..ed2d3c3b9 100644
--- a/less/fork-awesome.less
+++ b/less/fork-awesome.less
@@ -1,5 +1,5 @@
/*!
-Fork Awesome 1.1.2
+Fork Awesome 1.1.3
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
diff --git a/less/icons.less b/less/icons.less
index 521785a1d..3121ae7f3 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -851,3 +851,5 @@
.@{fa-css-prefix}-php:before { content: @fa-var-php; }
.@{fa-css-prefix}-ffmpeg:before { content: @fa-var-ffmpeg; }
.@{fa-css-prefix}-joplin:before { content: @fa-var-joplin; }
+.@{fa-css-prefix}-syncthing:before { content: @fa-var-syncthing; }
+.@{fa-css-prefix}-inkscape:before { content: @fa-var-inkscape; }
diff --git a/less/v5-compat.less b/less/v5-compat.less
index f505b570a..73bcaf758 100644
--- a/less/v5-compat.less
+++ b/less/v5-compat.less
@@ -1,5 +1,5 @@
/*!
-Fork Awesome 1.1.2
+Fork Awesome 1.1.3
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
diff --git a/less/variables.less b/less/variables.less
index 514cae301..e150533dc 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -6,7 +6,7 @@
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-font-family: ForkAwesome;
-@fa-version: "1.1.2";
+@fa-version: "1.1.3";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
@@ -420,6 +420,7 @@
@fa-var-industry: "\f275";
@fa-var-info: "\f129";
@fa-var-info-circle: "\f05a";
+@fa-var-inkscape: "\f312";
@fa-var-inr: "\f156";
@fa-var-instagram: "\f16d";
@fa-var-institution: "\f19c";
@@ -716,6 +717,7 @@
@fa-var-superscript: "\f12b";
@fa-var-support: "\f1cd";
@fa-var-sync: "\f021";
+@fa-var-syncthing: "\f311";
@fa-var-table: "\f0ce";
@fa-var-tablet: "\f10a";
@fa-var-tachometer: "\f0e4";