sass-flexi 0.3.alpha → 0.4.alpha

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
- SHA512:
3
- metadata.gz: 715e85ff9b5bc0252c6cfcee7dd62be7df6abadd34624970263658ae0962b0f97ff6ec42e89d87c4aa466385ccccfea3e16811a19644504d8a2e2d24caa5944f
4
- data.tar.gz: 6628c6ab1bdc82611d41b5e93ba34259fbd855182402bdb57bb79d1d65c5d7aeac7c4dcdb7e90b42e2884f458368445e750c549bcc18da39cbc6239d3b648118
5
2
  SHA1:
6
- metadata.gz: a73027f2cead851dcb13a7b067fe4bbb84f90261
7
- data.tar.gz: e05dec85b7e6f02ff1fa07deebe183d991c32c21
3
+ data.tar.gz: 5e571f72b6e1b4fcd420b2395b831cf170f0fe34
4
+ metadata.gz: 32019dd67e86ada514927acbdf861751871e328e
5
+ SHA512:
6
+ data.tar.gz: c386624f23516b212ef050c45041033e770833670ff1011f8c85ea703cb7970e2bce92d684107b43a874099d703083d77ab13e0292ccad1f002934a6eb83a1a3
7
+ metadata.gz: c0bff602d8c41706bc845114c79a07cabdd5493f96e60e20e6bd27ee0d90f279bafb5f77c0f7720861851cbf3b7ba9e2b3fa5b100ec9eb507e37d7c5a6736d78
@@ -18,7 +18,6 @@
18
18
  $scale-ratio : 1.5 !default;
19
19
  $font-size : 16 !default;
20
20
 
21
-
22
21
  // calculate the headingline elements
23
22
  $h1 : $font-size * 3.375;
24
23
  $h2 : $font-size * 2.25 ;
@@ -97,12 +96,12 @@ $head-color : #111 !default;
97
96
  }
98
97
 
99
98
  // body and headline font size and font-family
100
- @mixin body-headline($font-size,$line-height:24,$base:16){
99
+ @mixin body-headline($font-size,$base:16){
101
100
  body{
102
101
  font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
103
102
  font-size: px($font-size);
104
103
  font-size: rem($font-size,$base);
105
- line-height: ($font-size * 1.5) / $font-size ; ;
104
+ line-height: ($font-size *1.5) / $font-size ;
106
105
  color: $text-color;
107
106
  }
108
107
 
@@ -209,11 +208,11 @@ $head-color : #111 !default;
209
208
 
210
209
  }
211
210
 
212
- @mixin mobile($fon-size-mob,$line-height: 21,$base:16){
211
+ @mixin mobile($fon-size-mob,$base:16){
213
212
  body{
214
213
  font-size: px($font-size-mob);
215
214
  font-size: rem($font-size-mob,$base);
216
- line-height: ($font-size-mob * 1.5) / $font-size-mob;
215
+ line-height: ($font-size-mob *1.5) / $font-size-mob;
217
216
  }
218
217
 
219
218
  h1, .h1{
@@ -2,6 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
6
  <title>sass-flexi example page</title>
6
7
  <!-- attcahe screen.css stylesheet -->
7
8
  </head>
@@ -82,7 +82,7 @@ html{
82
82
  }
83
83
 
84
84
  // body and headline font-size and font-family
85
- @include body-headline(16,24,10);
85
+ @include body-headline(16,10);
86
86
 
87
87
  // link elements
88
88
  a{
@@ -153,7 +153,7 @@ small, .small{font-size: 80%;}
153
153
 
154
154
 
155
155
  @media screen and (max-width:600px){
156
- @include mobile(13,21,10);
156
+ @include mobile(13,10);
157
157
  }
158
158
 
159
159
 
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.3.alpha
4
+ version: 0.4.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmad Araj
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  requirements: []
62
62
 
63
63
  rubyforge_project:
64
- rubygems_version: 2.2.2
64
+ rubygems_version: 2.3.0
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: sass-flexi framework, flexi tools for web designers