GIPainter-helpers 0.2.6 → 0.2.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0dce7c7375bfa9b77b48bf53519d810814b6d393
4
- data.tar.gz: cced342fc7f1825574ea8b171569368f19ff9952
3
+ metadata.gz: 9459c3ba8cbf89ff85b64821260ff9498690cb94
4
+ data.tar.gz: '009da2a1d3e34aafddba170d20927fd10f3d0dea'
5
5
  SHA512:
6
- metadata.gz: 81d79bbb6806a7766efdbf33f15323fe44e864a028351632532ae10ae307646e82151b5377e427f20ad0e1fc2bbd516417b852d5f25849c2bd5cdc6943eeb943
7
- data.tar.gz: f0bdfb702d484106efa349e80920e99aab482ed5d1649ff16123f4e904bb9d69c3bf8eeb026c2a88146aed79d4507b5d30ea9949497c4f9bf219bf8b8bd97563
6
+ metadata.gz: 9a3f843748bb4219cab56c88067653792aeeda53367845600eb4a33e789881fa9fd762ecb39ac3e9e0974912da5ae03e26dcdca3d8743742d135135786e56d3d
7
+ data.tar.gz: 411c410b1f028d85f20ca3fef86da536a5190d23dda62c64ed433fce791045b6ea5520a20b36aa941db9de8c8f49cefc2d31d48f64ed1ea3d3d5f86c004d5075
@@ -98,7 +98,7 @@
98
98
  Text Transform
99
99
  ----------------*/
100
100
 
101
- @each $i in $style {
101
+ @each $i in $text-style {
102
102
  .#{$i}{
103
103
  text-transform: #{$i};
104
104
  }
@@ -108,7 +108,7 @@
108
108
  Text Decoration
109
109
  ----------------*/
110
110
 
111
- @each $i in $style {
111
+ @each $i in $decoration-style {
112
112
  .decoration-#{$i}{
113
113
  text-decoration: #{$i};
114
114
  }
@@ -132,7 +132,7 @@
132
132
 
133
133
  // Abbreviations and acronyms
134
134
  .initialism {
135
- font-size: 90%;
135
+ @include font-size($font-size-base * 0.90);
136
136
  text-transform: uppercase;
137
137
  }
138
138
 
@@ -1,3 +1,3 @@
1
1
  module GIPainter_helpers
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive