From 6a5ed1863dbbc53de1156d7fc2deb9ac01eda1ee Mon Sep 17 00:00:00 2001 From: todd Date: Mon, 25 Feb 2019 05:28:41 -0500 Subject: 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 --- less/font-awesome.less | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 less/font-awesome.less (limited to 'less') 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"; -- cgit v1.2.3