ultimate-base 0.2.3 → 0.2.3.2

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ultimate-base (0.2.3)
4
+ ultimate-base (0.2.3.2)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -74,6 +74,9 @@ $boxsizing-url: asset-url("polyfills/boxsizing.htc", '') !default;
74
74
  // box-shadow: #00F -10px 0 10px, #F00 10px 0 10px;
75
75
  @mixin box-shadow($shadow0, $shadow1: false, $shadow2: false, $shadow3: false, $shadow4: false, $shadow5: false, $shadow6: false, $shadow7: false, $shadow8: false, $shadow9: false) {
76
76
  $shadows: compact-list($shadow0 $shadow1 $shadow2 $shadow3 $shadow4 $shadow5 $shadow6 $shadow7 $shadow8 $shadow9);
77
+ @if length($shadows) == 0 {
78
+ $shadows: none;
79
+ }
77
80
  @include vendors(webkit, box-shadow, $shadows);
78
81
  }
79
82
 
@@ -1,5 +1,5 @@
1
1
  module Ultimate
2
2
  module Base
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultimate-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-15 00:00:00.000000000 Z
12
+ date: 2012-08-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ultimate UI core, base helpers and improves for Ruby on Rails Front-end
15
15
  email:
@@ -68,7 +68,7 @@ files:
68
68
  - app/assets/stylesheets/polyfills/boxsizing.htc
69
69
  - app/assets/stylesheets/ultimate/mixins/_routines.css.scss
70
70
  - app/assets/stylesheets/ultimate/mixins/_vendors.css.scss
71
- - app/assets/stylesheets/ultimate/mixins/css3.css.scss
71
+ - app/assets/stylesheets/ultimate/mixins/css3.scss
72
72
  - app/assets/stylesheets/ultimate/mixins/css3/_text-shadow.scss
73
73
  - app/assets/stylesheets/ultimate/mixins/decor.css.scss
74
74
  - app/assets/stylesheets/ultimate/mixins/fonts.css.scss