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:
authortodd <teidson@bapm.com>2019-02-25 13:28:41 +0300
committertodd <teidson@bapm.com>2019-02-25 13:28:41 +0300
commit6a5ed1863dbbc53de1156d7fc2deb9ac01eda1ee (patch)
tree68a7d98db5505edad62e7159286a217e04746ed1 /less
parentc962d0d16d183eff422db7f11132a22ad743b777 (diff)
Renamed .scss files so they are handled properly by Jekyll
Jekyll was ignoring all of the files in src/doc/assets/fork-awesome/scss that began with an underscore when copying to _site. Removed the underscore and appended `.txt` so they would be copied to _site We put the underscore back and remove the .txt extension in the Makefile
Diffstat (limited to 'less')
-rw-r--r--less/font-awesome.less18
1 files changed, 0 insertions, 18 deletions
diff --git a/less/font-awesome.less b/less/font-awesome.less
deleted file mode 100644
index c3677def3..000000000
--- a/less/font-awesome.less
+++ /dev/null
@@ -1,18 +0,0 @@
-/*!
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */
-
-@import "variables.less";
-@import "mixins.less";
-@import "path.less";
-@import "core.less";
-@import "larger.less";
-@import "fixed-width.less";
-@import "list.less";
-@import "bordered-pulled.less";
-@import "animated.less";
-@import "rotated-flipped.less";
-@import "stacked.less";
-@import "icons.less";
-@import "screen-reader.less";