updating unminified css

This commit is contained in:
Dave Gandy 2014-05-14 15:40:37 -05:00
parent 99428708f9
commit ab49861684
12 changed files with 2 additions and 2694 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1 +0,0 @@
Font-Awesome

View File

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="RUBY_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="blankslate (v2.1.2.4, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.1, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="classifier (v1.3.4, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="colorator (v0.1, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="columnize (v0.8.9, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="commander (v4.1.6, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="debugger-linecache (v1.2.0, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="debugger-ruby_core_source (v1.3.4, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="fast-stemmer (v1.0.2, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.3, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.21, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="liquid (v2.5.5, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="listen (v1.3.1, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="maruku (v0.7.0, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="parslet (v1.5.0, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="posix-spawn (v0.3.8, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="pygments.rb (v0.5.4, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.9.4, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.9.4, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rb-kqueue (v0.2.2, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="redcarpet (v2.3.0, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.3, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="toml (v0.1.1, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="yajl-ruby (v1.1.0, rbenv: 2.1.1) [gem]" level="application" />
</component>
</module>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
</project>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="rbenv: 2.1.1" project-jdk-type="RUBY_SDK" />
</project>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Font-Awesome.iml" filepath="$PROJECT_DIR$/.idea/Font-Awesome.iml" />
</modules>
</component>
</project>

View File

@ -1,5 +0,0 @@
<component name="DependencyValidationManager">
<state>
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</state>
</component>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ build:
@mkdir -p ${FA_CSS_DIRECTORY}
lessc ${FA_LESS_MODERN} > ${FA_CSS_MODERN}
lessc --yui-compress ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN}
lessc --compress ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN}
# sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN}
lessc --yui-compress ${SITE_LESS} > ${SITE_CSS}

Binary file not shown.

File diff suppressed because one or more lines are too long