sass-flexi 0.1.alpha.1 → 0.2.alpha

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA512:
3
+ metadata.gz: e5cd48c5edc66ed538a0f74a1df57fae6e6a189e552833d490c0d150f1a56a4b6eb00197928c25229fd0f221667af965fc28da04d2cbe97b180edd1cb895d759
4
+ data.tar.gz: ad90a3cccd1b8336dab76c8910eeea469f73f6b5afe7ceaa2439d8c9eccc6c6724ea7f489f483f27d1bcf81afe9a8d3aa9d917a503fc234b09ebd811d6e708c3
5
+ SHA1:
6
+ metadata.gz: c9c2923ac38e05e751b70a3c53b1a2070f9672d9
7
+ data.tar.gz: 8ca6e1e2f91af2e741c92d570d844aad44847468
@@ -17,7 +17,7 @@
17
17
  //---------------------------------------------------
18
18
  $scale-ratio : 1.5 !default;
19
19
  $font-size : 16 !default;
20
- $line-height : 24 !default; // the line height is >=150% of font size
20
+
21
21
 
22
22
  // calculate the headingline elements
23
23
  $h1 : $font-size * 3.375;
@@ -35,7 +35,7 @@ $h6 : $font-size / 2.25 ;
35
35
  //---------------------------------------------------
36
36
  $scale-ratio : 1.5 !default;
37
37
  $font-size-mob: 13 !default;
38
- $line-height-mob : 21 !default; // the line height is >=150% of font size
38
+
39
39
 
40
40
  // calculate the headingline elements
41
41
  $h1-mob : $font-size-mob * 2.25;
@@ -102,7 +102,7 @@ $head-color : #111 !default;
102
102
  font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
103
103
  font-size: px($font-size);
104
104
  font-size: rem($font-size,$base);
105
- line-height: $line-height / $font-size ;
105
+ line-height: ($font-size * 1.5) / $font-size ; ;
106
106
  color: $text-color;
107
107
  }
108
108
 
@@ -213,7 +213,7 @@ $head-color : #111 !default;
213
213
  body{
214
214
  font-size: px($font-size-mob);
215
215
  font-size: rem($font-size-mob,$base);
216
- line-height: $line-height-mob / $font-size-mob;
216
+ line-height: ($font-size-mob * 1.5) / $font-size-mob;
217
217
  }
218
218
 
219
219
  h1, .h1{
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-flexi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.alpha.1
4
+ version: 0.2.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmad Araj
@@ -9,19 +9,18 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2014-06-10 00:00:00 +04:00
13
- default_executable:
12
+ date: 2014-06-10 00:00:00 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: compass
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
16
+ prerelease: false
17
+ requirement: &id001 !ruby/object:Gem::Requirement
20
18
  requirements:
21
19
  - - ">="
22
20
  - !ruby/object:Gem::Version
23
21
  version: "0.12"
24
- version:
22
+ type: :runtime
23
+ version_requirements: *id001
25
24
  description: "a flexi grid and typography to create web layouts, mobile first friends,.... "
26
25
  email: info@sass-flexi.com
27
26
  executables: []
@@ -39,10 +38,11 @@ files:
39
38
  - templates/project/index.html
40
39
  - templates/project/manifest.rb
41
40
  - templates/project/screen.scss
42
- has_rdoc: true
43
41
  homepage: http://sass-flexi.com/
44
42
  licenses: []
45
43
 
44
+ metadata: {}
45
+
46
46
  post_install_message:
47
47
  rdoc_options: []
48
48
 
@@ -53,19 +53,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: "0"
56
- version:
57
56
  required_rubygems_version: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - ">"
60
59
  - !ruby/object:Gem::Version
61
60
  version: 1.3.1
62
- version:
63
61
  requirements: []
64
62
 
65
63
  rubyforge_project:
66
- rubygems_version: 1.3.5
64
+ rubygems_version: 2.2.2
67
65
  signing_key:
68
- specification_version: 3
66
+ specification_version: 4
69
67
  summary: sass-flexi framework, flexi tools for web designers
70
68
  test_files: []
71
69