sass-flexi 0.4.alpha → 0.5.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
2
  SHA1:
3
- data.tar.gz: 5e571f72b6e1b4fcd420b2395b831cf170f0fe34
4
- metadata.gz: 32019dd67e86ada514927acbdf861751871e328e
3
+ data.tar.gz: de86cffdfdc912fbee4f7bb55bc43a3bb47779bc
4
+ metadata.gz: acfbbd5cc459edc4e3c01e35381bbcfc65f105ed
5
5
  SHA512:
6
- data.tar.gz: c386624f23516b212ef050c45041033e770833670ff1011f8c85ea703cb7970e2bce92d684107b43a874099d703083d77ab13e0292ccad1f002934a6eb83a1a3
7
- metadata.gz: c0bff602d8c41706bc845114c79a07cabdd5493f96e60e20e6bd27ee0d90f279bafb5f77c0f7720861851cbf3b7ba9e2b3fa5b100ec9eb507e37d7c5a6736d78
6
+ data.tar.gz: 2880f15b51d7085d189dcd8003c9d66c8450b480a896b6a159a1029f82ee9d988364e80191366d8159109cc1e2ca5d1a998d3f4057b2c8d6f5d519b685e94ced
7
+ metadata.gz: 8fc080f8d0c73f45a0e06a4e9dc037f5ee97bc69b5ab753f122e09af0c4357ae32793f8b2e70196650ef4e8a3f73f6647af79f77de8f9653f8716146e0a6af49
@@ -45,9 +45,14 @@ $h5-mob : $font-size-mob / 1.5 ;
45
45
  $h6-mob : $font-size-mob / 2.25 ;
46
46
 
47
47
 
48
- // color variables for body and headline
48
+ // 3- Typography variables
49
+ // Body and headline font color
49
50
  $text-color : #333 !default;
50
- $head-color : #111 !default;
51
+ $head-color : darken($text-color, 80%) !default;
52
+
53
+ // font-family
54
+ $sans-serif : "Helvetica Neue",Helvetica, Arial, sans-serif !default;
55
+ $serif : Georgia, Times, "Times New Roman", serif !default;
51
56
 
52
57
 
53
58
  // 3- Functions
@@ -73,7 +78,7 @@ $head-color : #111 !default;
73
78
  // 4- placeholders
74
79
  //---------------------------------------------------
75
80
  %head-family{
76
- font-family: inherit;
81
+ font-family: $sans-serif;
77
82
  color: $head-color;
78
83
  text-transform :capitalize;
79
84
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
@@ -98,7 +103,7 @@ $head-color : #111 !default;
98
103
  // body and headline font size and font-family
99
104
  @mixin body-headline($font-size,$base:16){
100
105
  body{
101
- font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
106
+ font-family: $sans-serif
102
107
  font-size: px($font-size);
103
108
  font-size: rem($font-size,$base);
104
109
  line-height: ($font-size *1.5) / $font-size ;
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.4.alpha
4
+ version: 0.5.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmad Araj