singularitygs 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/singularitygs.rb CHANGED
@@ -4,7 +4,7 @@ Compass::Frameworks.register("singularitygs", :path => "#{File.dirname(__FILE__)
4
4
 
5
5
  module CompassExtension
6
6
 
7
- VERSION = "0.0.4"
7
+ VERSION = "0.0.5"
8
8
  DATE = "2012-06-23"
9
9
 
10
10
  end
@@ -1,4 +1,4 @@
1
- =test-grid($columns: $columns, $gutter: $gutter, $padding: $padding, $prefix: a, $opacity: .5)
1
+ =test-grid($columns: $columns, $gutter: $gutter, $padding: $padding, $prefix: a, $color: rgba(#6bb, .5))
2
2
  .test-grid
3
3
  height: 200px
4
4
  width: 100%
@@ -7,10 +7,10 @@
7
7
  .test.#{$prefix}#{$i}
8
8
  height: 100%
9
9
  +grid-span(1, $i, $columns: $columns, $gutter: $gutter, $padding: $padding)
10
- background-color: rgba(#6bb, $opacity / 2)
10
+ background-color: transparentize($color, .5)
11
11
  .inner
12
12
  height: 100%
13
- background-color: rgba(#6bb, $opacity / 2)
13
+ background-color: transparentize($color, .5)
14
14
 
15
15
  // Need this markup to test
16
16
  //<div class="test-grid">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singularitygs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: