govuk_frontend_toolkit 0.46.0 → 0.46.1

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.
@@ -1 +1,2 @@
1
1
  node_modules/
2
+ .sass-cache
@@ -55,7 +55,7 @@
55
55
 
56
56
  @mixin opacity($trans) {
57
57
  zoom: 1;
58
- filter: alpha(opacity=#{$trans * 100});
58
+ filter: unquote('alpha(opacity=' + ($trans * 100) + ')');
59
59
  opacity: $trans;
60
60
  }
61
61
 
@@ -1,6 +1,7 @@
1
1
  @import '../_shims.scss';
2
2
  @import '../_css3.scss';
3
3
  @import '../_conditionals.scss';
4
+ @import '../_colours.scss';
4
5
 
5
6
  // Mixin and defaults for making buttons on GOV.UK services.
6
7
 
@@ -1,3 +1,3 @@
1
1
  module GovUKFrontendToolkit
2
- VERSION = "0.46.0"
2
+ VERSION = "0.46.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.46.1
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: 2014-03-24 00:00:00.000000000 Z
12
+ date: 2014-03-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -243,7 +243,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  segments:
245
245
  - 0
246
- hash: 1757367347862365382
246
+ hash: -2666015311630586557
247
247
  required_rubygems_version: !ruby/object:Gem::Requirement
248
248
  none: false
249
249
  requirements:
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
252
252
  version: '0'
253
253
  segments:
254
254
  - 0
255
- hash: 1757367347862365382
255
+ hash: -2666015311630586557
256
256
  requirements: []
257
257
  rubyforge_project:
258
258
  rubygems_version: 1.8.23