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
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-06-12 08:32:47 +0400
committerdavegandy <dave@davegandy.com>2013-06-12 08:32:47 +0400
commit5abdb05a9254cdfb3eb3473abb8a1d7541f00e11 (patch)
treeb9ffac37ad36a3dc51fcb8f349e38aac8b5eca39 /less/font-awesome.less
parent5f867c303b4641a9c115bd56757ac534bb3ac2fe (diff)
makefile now copies font-awesome directories to root level, creates zip file automatically
Diffstat (limited to 'less/font-awesome.less')
-rw-r--r--less/font-awesome.less33
1 files changed, 33 insertions, 0 deletions
diff --git a/less/font-awesome.less b/less/font-awesome.less
new file mode 100644
index 000000000..db6cac243
--- /dev/null
+++ b/less/font-awesome.less
@@ -0,0 +1,33 @@
+/*!
+ * Font Awesome 3.2.0
+ * the iconic font designed for Bootstrap
+ * ------------------------------------------------------------------------------
+ * The full suite of pictographic icons, examples, and documentation can be
+ * found at http://fontawesome.io. Stay up to date on Twitter at
+ * http://twitter.com/fontawesome.
+ *
+ * License
+ * ------------------------------------------------------------------------------
+ * - The Font Awesome font is licensed under SIL OFL 1.1 -
+ * http://scripts.sil.org/OFL
+ * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
+ * http://opensource.org/licenses/mit-license.html
+ * - Font Awesome documentation licensed under CC BY 3.0 -
+ * http://creativecommons.org/licenses/by/3.0/
+ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
+ * "Font Awesome by Dave Gandy - http://fontawesome.io"
+ *
+ * Author - Dave Gandy
+ * ------------------------------------------------------------------------------
+ * Email: dave@fontawesome.io
+ * Twitter: http://twitter.com/byscuits
+ * Work: Lead Product Designer @ Kyruus - http://kyruus.com
+ */
+
+@import "variables.less";
+@import "mixins.less";
+@import "path.less";
+@import "core.less";
+@import "bootstrap.less";
+@import "extras.less";
+@import "icons.less";