GIPainter-base 0.5.7 → 0.5.8

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: 2ca6360da752b4c284f1df632e9e8e3e61565058
4
- data.tar.gz: af762f303010693973b3e86b2d074950ac665ca4
3
+ metadata.gz: af074a6d90f1185889cba5c42123b176792f5714
4
+ data.tar.gz: 623ec266a30d8e59fc128c7706ad923b2dd47fcc
5
5
  SHA512:
6
- metadata.gz: 66996251704fe5375a09330b15fbee17b87415d12556507d9a59df2c2ea3e18bbf3ea5b185f20bec5dbf62bb6c559f32a77a0aa7c94de5b213c0aec122eba3b2
7
- data.tar.gz: b877ba2be10194fcc244f2d6a8677efc65658859bae7f5325b00083f170144920220d46d45a3d3af78f206327a6d4ba2257ed605c31d576bebcddce0fca95a8b
6
+ metadata.gz: 68b42e098586d3dcf8e409a2dca1d853b4ba909a6821e18352ef87f95c311716fbfc111fb40915a4e8f4800cba2416d2f3acdfba7e53a62453e60183ef78f745
7
+ data.tar.gz: ea6bb2671b5fa301e0399a9504d2536416f4b5815a606e43e8087021f4b448c2b98cd9bc2397a96aa010c391fc4f837c9317aaf7c9a2a2d06549b9cd791b0118
@@ -27,8 +27,8 @@ $font-family-base: $font-family-sans-serif !default;
27
27
  /// @prop {typography} font-size-small [$font-size-small]
28
28
 
29
29
  $font-size-base: 14 !default;
30
- $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
31
- $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
30
+ $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18
31
+ $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12
32
32
 
33
33
  /// @prop {typography} font-size-h1 [$font-size-h1]
34
34
  /// @prop {typography} font-size-h2 [$font-size-h2]
@@ -49,7 +49,7 @@ $font-size-h6: ceil(($font-size-base * 0.85)) !default;
49
49
  /// @prop {typography} line-height-computed [$line-height-computed] - Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
50
50
 
51
51
  $line-height-base: 1.428571429 !default;
52
- $line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
52
+ $line-height-computed: floor(($font-size-base * $line-height-base) * 1px) !default; // ~20px
53
53
 
54
54
  /// Headings by default is inherits from the '<body>'.
55
55
  /// @prop {typography} headings-font-family [$headings-font-family]
@@ -1,3 +1,3 @@
1
1
  module GIPainter_base
2
- VERSION = '0.5.7'
2
+ VERSION = '0.5.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive