chosen.scss 1.0.6beta → 1.0.7beta

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Chosen.scss
2
2
  ===========
3
3
  Chosen.scss is a compass implementation of [Chosen](http://harvesthq.github.com/chosen/). It is currently based on Chosen `0.9.7`
4
- This is currently in version [`1.0.5beta`](https://rubygems.org/gems/chosen.scss) but *is* __production ready__
4
+ This is currently in version [`1.0.7beta`](https://rubygems.org/gems/chosen.scss) but *is* __production ready__
5
5
 
6
6
  Installation
7
7
  ------------
@@ -1,3 +1,6 @@
1
+ @import "compass/utilities/general/hacks";
2
+ @import "compass/css3/images";
3
+
1
4
  @mixin linear-gradient($colorStops, $direction: top, $legacyColorStop: 1, $ieColorStops: '')
2
5
  {
3
6
  @if $ieColorStops == ''
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chosen.scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6beta
4
+ version: 1.0.7beta
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70161454232720 !ruby/object:Gem::Requirement
16
+ requirement: &70160531154960 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0.11'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70161454232720
24
+ version_requirements: *70160531154960
25
25
  description: ! 'Read more over at github: https://github.com/tixz/chosen.scss'
26
26
  email: compass@tixz.dk
27
27
  executables: []