From 86d94b16c7e82e572d878839212c416a389c4d71 Mon Sep 17 00:00:00 2001 From: Erik Flowers Date: Sun, 26 Jul 2015 18:48:31 -0700 Subject: [PATCH] -starting the reorganization process --- cheatsheet.html | 1 + {font => font-source}/WeatherIcons-Regular.otf | Bin {weather-icons => less}/icon-classes.less | 0 {weather-icons => less}/variables.less | 0 {weather-icons => less}/weather-icons.less | 0 {weather-icons => less}/weather-icons.min.less | 0 weather-icons/README.md | 6 ------ 7 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 cheatsheet.html rename {font => font-source}/WeatherIcons-Regular.otf (100%) rename {weather-icons => less}/icon-classes.less (100%) rename {weather-icons => less}/variables.less (100%) rename {weather-icons => less}/weather-icons.less (100%) rename {weather-icons => less}/weather-icons.min.less (100%) delete mode 100644 weather-icons/README.md diff --git a/cheatsheet.html b/cheatsheet.html new file mode 100644 index 0000000..945c9b4 --- /dev/null +++ b/cheatsheet.html @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/font/WeatherIcons-Regular.otf b/font-source/WeatherIcons-Regular.otf similarity index 100% rename from font/WeatherIcons-Regular.otf rename to font-source/WeatherIcons-Regular.otf diff --git a/weather-icons/icon-classes.less b/less/icon-classes.less similarity index 100% rename from weather-icons/icon-classes.less rename to less/icon-classes.less diff --git a/weather-icons/variables.less b/less/variables.less similarity index 100% rename from weather-icons/variables.less rename to less/variables.less diff --git a/weather-icons/weather-icons.less b/less/weather-icons.less similarity index 100% rename from weather-icons/weather-icons.less rename to less/weather-icons.less diff --git a/weather-icons/weather-icons.min.less b/less/weather-icons.min.less similarity index 100% rename from weather-icons/weather-icons.min.less rename to less/weather-icons.min.less diff --git a/weather-icons/README.md b/weather-icons/README.md deleted file mode 100644 index 4ff1738..0000000 --- a/weather-icons/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Weather Icons -*Version 1.3 - November 30th, 2014* - -These are the Bootstrap ready Less files. Put the "weather-icons" folder inside your main Less folder and import it with the rest of your less imports. - -**Remember** your CSS is going to look for the fonts in `./css`, a directory above. \ No newline at end of file