helio 0.0.0.5 → 0.0.0.6

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: 7f342b85233b6ca280e744946cc0ea015ecb8bcf
4
- data.tar.gz: 5756f9b5744082644204b41ba91bf4bacf9ae911
3
+ metadata.gz: 24d0e9acdfea84a0eb8d5662449019faf28b9534
4
+ data.tar.gz: d4eae10a10b37ccdd901a023b374b5ae785cefa3
5
5
  SHA512:
6
- metadata.gz: 6e4570f58f0a52742e3df016b13a05e612f29cc5c4a9fed35974532d64510c64dd0af02e745c8c57c7c708152ecfc03a9b7b74e2c1ff2bed6a0554c32cb723f3
7
- data.tar.gz: f4f184f0859b9a3b2d2a266f3e5b8586e3ead532e5173f681aaeacccbd95ea146b9df17b73a921f714b279056a02590e0f7f111b6b0400522cbce7f11a830b9a
6
+ metadata.gz: e05a63bca499c29dd465cf686152298a7d41cd0e2037479f2d7700bc4e36f478ca116700229981f44f4924b6a33649131eca89bb7432945342b4e92351c24326
7
+ data.tar.gz: 23eefd672ce80175472f784068b6457265b336964ac07eb4b93380c0ff7af6ffa82feb7e6115b51c663db13fd17ce84800ef4d9b0ac64d17bb65afe5a2ec8265
@@ -1,53 +1,53 @@
1
1
  @mixin paddings($name, $value) {
2
- .pt-#{$name} .pv-#{$name} .pa-#{$name}, .pt-#{$name}-plus + .pt-#{$name}-plus {
2
+ .pt-#{$name}, .pv-#{$name}, .pa-#{$name}, .pt-#{$name}-plus + .pt-#{$name}-plus {
3
3
  padding-top: $value;
4
4
  }
5
5
 
6
- .pl-#{$name} .ph-#{$name} .pa-#{$name}, .pl-#{$name}-plus + .pl-#{$name}-plus {
6
+ .pl-#{$name}, .ph-#{$name}, .pa-#{$name}, .pl-#{$name}-plus + .pl-#{$name}-plus {
7
7
  padding-left: $value;
8
8
  }
9
9
 
10
- .pb-#{$name} .pv-#{$name} .pa-#{$name}, .pb-#{$name}-plus + .pb-#{$name}-plus {
10
+ .pb-#{$name}, .pv-#{$name}, .pa-#{$name}, .pb-#{$name}-plus + .pb-#{$name}-plus {
11
11
  padding-bottom: $value;
12
12
  }
13
13
 
14
- .pr-#{$name} .ph-#{$name} .pa-#{$name}, .pr-#{$name}-plus + .pr-#{$name}-plus {
14
+ .pr-#{$name}, .ph-#{$name}, .pa-#{$name}, .pr-#{$name}-plus + .pr-#{$name}-plus {
15
15
  padding-right: $value;
16
16
  }
17
17
  }
18
18
 
19
19
  @mixin margins($name, $value) {
20
- .mt-#{$name} .mv-#{$name} .ma-#{$name}, .mt-#{$name}-plus + .mt-#{$name}-plus {
20
+ .mt-#{$name}, .mv-#{$name}, .ma-#{$name}, .mt-#{$name}-plus + .mt-#{$name}-plus {
21
21
  margin-top: $value;
22
22
  }
23
23
 
24
- .ml-#{$name} .mh-#{$name} .ma-#{$name}, .ml-#{$name}-plus + .ml-#{$name}-plus {
24
+ .ml-#{$name}, .mh-#{$name}, .ma-#{$name}, .ml-#{$name}-plus + .ml-#{$name}-plus {
25
25
  margin-left: $value;
26
26
  }
27
27
 
28
- .mb-#{$name} .mv-#{$name} .ma-#{$name}, .mb-#{$name}-plus + .mb-#{$name}-plus {
28
+ .mb-#{$name}, .mv-#{$name}, .ma-#{$name}, .mb-#{$name}-plus + .mb-#{$name}-plus {
29
29
  margin-bottom: $value;
30
30
  }
31
31
 
32
- .mr-#{$name} .mh-#{$name} .ma-#{$name}, .mr-#{$name}-plus + .mr-#{$name}-plus {
32
+ .mr-#{$name}, .mh-#{$name}, .ma-#{$name}, .mr-#{$name}-plus + .mr-#{$name}-plus {
33
33
  margin-right: $value;
34
34
  }
35
35
  }
36
36
 
37
37
  @mixin negative-margins($name, $value) {
38
- .nmt-#{$name} .nmv-#{$name} .nma-#{$name}, .nmt-#{$name}-plus + .nmt-#{$name}-plus {
38
+ .nmt-#{$name}, .nmv-#{$name}, .nma-#{$name}, .nmt-#{$name}-plus + .nmt-#{$name}-plus {
39
39
  margin-top: -$value;
40
40
  }
41
41
 
42
- .nml-#{$name} .nmh-#{$name} .nma-#{$name}, .nml-#{$name}-plus + .nml-#{$name}-plus {
42
+ .nml-#{$name}, .nmh-#{$name}, .nma-#{$name}, .nml-#{$name}-plus + .nml-#{$name}-plus {
43
43
  margin-left: -$value;
44
44
  }
45
45
 
46
- .nmb-#{$name} .nmv-#{$name} .nma-#{$name}, .nmb-#{$name}-plus + .nmb-#{$name}-plus {
46
+ .nmb-#{$name}, .nmv-#{$name}, .nma-#{$name}, .nmb-#{$name}-plus + .nmb-#{$name}-plus {
47
47
  margin-bottom: -$value;
48
48
  }
49
49
 
50
- .nmr-#{$name} .nmh-#{$name} .nma-#{$name}, .nmr-#{$name}-plus + .nmr-#{$name}-plus {
50
+ .nmr-#{$name}, .nmh-#{$name}, .nma-#{$name}, .nmr-#{$name}-plus + .nmr-#{$name}-plus {
51
51
  margin-right: -$value;
52
52
  }
53
53
  }
@@ -1,3 +1,3 @@
1
1
  module Helio
2
- VERSION = '0.0.0.5'
2
+ VERSION = '0.0.0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.5
4
+ version: 0.0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Jovanovic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-17 00:00:00.000000000 Z
11
+ date: 2015-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass