Skip to content

Commit

Permalink
v3.0.5 New Typography mixin for rem's added, latest version of Font A…
Browse files Browse the repository at this point in the history
…wesome updated, config.rb file included for compass integration.
  • Loading branch information
cjdsie committed Jul 3, 2015
1 parent 4a6b666 commit da3899b
Show file tree
Hide file tree
Showing 10 changed files with 250 additions and 3,808 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ For full documentation, our homepage [here](http://getwirefy.com).

## Changelog

* v3.0.5 New Typography mixin for rem's added, latest version of Font Awesome updated, config.rb file included for compass integration.
* v3.0.4 Updated README file with Grunt CLI install information and fixed button SASS file for global use across various SASS versions.
* v3.0.3 SASS Partials restructured for easier maintenance and basic JS functions added in.
* v3.0.2 Icomoon Font added. Better Partials and added CDN support
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Wirefy",
"version": "3.0.0",
"version": "3.0.5",
"main": [
"./css/wirefy.css",
"./js/plugins.min.js",
Expand Down
12 changes: 12 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
http_path = "/" #root level target path
css_dir = "css" #targets our default style.css file at the root level of our theme
sass_dir = "sass" #targets our sass directory

# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
output_style = :compressed

# To enable relative paths to assets via compass helper functions.
# note: this is important in wordpress themes for sprites

relative_assets = true
Loading

0 comments on commit da3899b

Please sign in to comment.