Skip to content

Commit

Permalink
Bumped to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedfoster committed Dec 6, 2012
1 parent 7c5bc1e commit a7756f0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 39 deletions.
5 changes: 2 additions & 3 deletions bourbon-compass.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
# Release Specific Information
s.version = "2.1.2"
s.date = "2012-11-02"
s.version = "2.1.3"
s.date = "2012-12-05"

# Gem Details
s.name = "bourbon-compass"
Expand All @@ -12,7 +12,6 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/thoughtbot/bourbon"

# Gem Files
s.files = %w(readme.md)
s.files += Dir.glob("lib/**/*.*")
s.files += Dir.glob("stylesheets/**/*.*")

Expand Down
31 changes: 0 additions & 31 deletions readme.md

This file was deleted.

6 changes: 3 additions & 3 deletions stylesheets/bourbon/_bourbon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
@import "css3/box-sizing";
@import "css3/columns";
@import "css3/flex-box";
@import "css3/font-face";
@import "css3/hidpi-media-query";
@import "css3/image-rendering";
@import "css3/inline-block";
@import "css3/linear-gradient";
@import "css3/prefixer";
@import "css3/radial-gradient";
@import "css3/transform";
@import "css3/transition";
Expand All @@ -33,10 +34,9 @@
// Addons & other mixins
@import "addons/button";
@import "addons/clearfix";
@import "addons/font-face";
@import "addons/font-family";
@import "addons/hide-text";
@import "addons/html5-input-types";
@import "addons/position";
@import "addons/prefixer";
@import "addons/timing-functions";
@import "addons/hidpi-media-query";
4 changes: 2 additions & 2 deletions stylesheets/bourbon/addons/_clearfix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// }

@mixin clearfix {
zoom: 1;
*zoom: 1;

&:before,
&:after {
content: "";
content: " ";
display: table;
}

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions stylesheets/bourbon/lib/bourbon.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# CodeKit needs relative paths
dir = File.dirname(__FILE__)
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)

require "bourbon/generator"

module Bourbon
Expand Down

0 comments on commit a7756f0

Please sign in to comment.