govuk_admin_template 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82c7de7f0a262fc4d8b57586398cdfd606c3ab7b
4
- data.tar.gz: e17479dd9fbfc55ea20f09e13c2f8ce8c33c24bb
3
+ metadata.gz: 6c0280cb7b0027b3d71bd776eef6378a66a03bd8
4
+ data.tar.gz: 9b6898fdcd9cede305430718352d18c0812a6edd
5
5
  SHA512:
6
- metadata.gz: 31e0173d9e5d1a6eef0728e7c6c4f545fa6496553a3e0d2903f7428ff3eecb223fc852993455c69eace7f53348f05a69455a20764c5d78744a0f595433e3825b
7
- data.tar.gz: f26461fbd1d07183e96c0ed2be17e4e7ccb89b78b5b891db721beea3e445049ff701b60ed1699e38b8e8f5c00fe284504db1fbd11a515777d77b77bd5ff06bb1
6
+ metadata.gz: 6e5f73a6103bec7a84825167f3773f86fdc2eaa2c6c04bb4fe1d6d1910611c79a6019c007aa63910aedc3445c60fed6b4f4e2d9c90e6969b17b56c58af945ad7
7
+ data.tar.gz: c8ca287b61d82728d811ce38887e85148d9d6c3a9537aa16afbb1acfc1f4378f57dc4c32ae8f62570965d456ce58588a0f0241583565c2d5b395d508be2752cd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ # 2.3.2
2
+
3
+ * Make SASS compatible with libsass
4
+
1
5
  # 2.3.1
2
6
 
3
- * bump version of jquery-rails due to CSRF vulnerability
7
+ * Bump version of jquery-rails due to CSRF vulnerability
4
8
 
5
9
  # 2.3.0
6
10
 
@@ -4,27 +4,27 @@
4
4
  }
5
5
 
6
6
  @mixin add-top-margin($important: "") {
7
- margin-top: $default-vertical-margin #{$important};
7
+ margin-top: $default-vertical-margin unquote($important);
8
8
  }
9
9
 
10
10
  @mixin remove-top-margin($important: "") {
11
- margin-top: 0 #{$important};
11
+ margin-top: 0 unquote($important);
12
12
  }
13
13
 
14
14
  @mixin add-bottom-margin($important: "") {
15
- margin-bottom: $default-vertical-margin #{$important};
15
+ margin-bottom: $default-vertical-margin unquote($important);
16
16
  }
17
17
 
18
18
  @mixin remove-bottom-margin($important: "") {
19
- margin-bottom: 0 #{$important};
19
+ margin-bottom: 0 unquote($important);
20
20
  }
21
21
 
22
22
  @mixin add-right-margin($important: "") {
23
- margin-right: $default-horizontal-margin #{$important};
23
+ margin-right: $default-horizontal-margin unquote($important);
24
24
  }
25
25
 
26
26
  @mixin add-left-margin($important: "") {
27
- margin-left: $default-horizontal-margin #{$important};
27
+ margin-left: $default-horizontal-margin unquote($important);
28
28
  }
29
29
 
30
30
  @mixin add-label-margin {
@@ -37,11 +37,11 @@
37
37
  }
38
38
 
39
39
  @mixin add-top-padding($important: "") {
40
- padding-top: $default-vertical-padding #{$important};
40
+ padding-top: $default-vertical-padding unquote($important);
41
41
  }
42
42
 
43
43
  @mixin add-bottom-padding($important: "") {
44
- padding-bottom: $default-vertical-padding #{$important};
44
+ padding-bottom: $default-vertical-padding unquote($important);
45
45
  }
46
46
 
47
47
  @mixin box-sizing {
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-17 00:00:00.000000000 Z
11
+ date: 2015-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails