winterslow 0.1.21 → 0.1.22

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: 59ea824d90eb4e276e421109a2c1c32bf650e8c2
4
- data.tar.gz: 56690e21bd2f265b4701a22fd453455b8f12b5c9
3
+ metadata.gz: e353141dd49b0520c21da7d489ce3335667447dd
4
+ data.tar.gz: 20ca746f4c7d3b509fdf665d5ca0078e0468557a
5
5
  SHA512:
6
- metadata.gz: a0f651f5406554ff52152513854474950f7411d54ef6ffac9f229d147455de4ba8fee46cc46615f997d9b009da6f6e6b188f545e262a3eccddf1c99f74088288
7
- data.tar.gz: 4f186af72f50b3fd4eb893feb4e7506346edce50c207de5ee3fd76f8518b28ba725063fab8d76986da91b1f616eb3383b8715227de8ad4149c76353db1bc12b1
6
+ metadata.gz: 190042bb1404ce0d9a7fc101b5bc11e14b196898304392e5276e64214fed3b6c0641c57b6dd39e7728f264fe2a657e705c8c8a2432dbc28ab1cfdb502c7c6a49
7
+ data.tar.gz: 63ed72de1966a0e43eb112fcc527fcf451c137573470759ba61f7ec3b6e8d68e56ea94a05a181040e1274f9e5025104b1b273e6073ea81ac6126102f8dcda241
@@ -1,10 +1,9 @@
1
- $content-font-family: 'Radley', serif !default;
2
- $content-font-size: 18px !default;
1
+ $content-font-family: "Radley", serif !default;
2
+ $content-font-size: 18px !default;
3
3
  $content-font-weight: 400 !default;
4
4
  $content-font-color: #111 !default;
5
5
 
6
6
  // import partials
7
-
8
7
  @import
9
8
  "winterslow/base",
10
9
  "winterslow/layout"
@@ -9,7 +9,7 @@ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
9
9
 
10
10
 
11
11
  body{
12
- font: $content-font-family $content-font-weight $content-font-size;
12
+ font-family: $content-font-family $content-font-weight $content-font-size;
13
13
  color: $content-font-color;
14
14
  }
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winterslow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''