dugway 0.7.0 → 0.7.1

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: 7e47d709cb5f76d05c027d2fc10b98213ae1974f
4
- data.tar.gz: b433d613b1bc2698655855873a292c35abc44902
3
+ metadata.gz: 569778272cd7c04d0251ba4db3a292a381185e05
4
+ data.tar.gz: 1fe96a20dbd346b08d682ce8d6e759fd8564e4f1
5
5
  SHA512:
6
- metadata.gz: 4eb8c91e8a8feece607e54d14a7135db6b7dbb5213352576f44976a435a50a47355be11aa90063650b7e12a792a3727ec63998ea2b3dbe378bc5ce7d6e9435d0
7
- data.tar.gz: 8d54a52bdf322b60a40aeb25a63ecde8cb9d4f4ef672b4abcbef0e46a5b929e046af8606f959b21848368ee7044050d936b6d24b935c571d57c8d1e5ee37f326
6
+ metadata.gz: bf305e04e15d505aa02ae1d3c049617095289e91971d4d7923f7717af81564531a55bf4c8df3cdd4cdb48dfd55acc3a0b57c8ceaba19edd18d31d0a095e92647
7
+ data.tar.gz: 14b30b44f965a86b04801947783393eede6bd58460631fea229a7559b635a996c0badfb92175681602f25b7687ed23f0d78d9b044d53a542d46b71a59736829b
@@ -1,9 +1,9 @@
1
1
  @import 'config'
2
2
 
3
3
  body
4
- background: {{ theme.background_color }}
5
- color: {{ theme.text_color }}
6
- font: 14px/1.4 normal {{ theme.text_font | font_family }}
4
+ background: #{"{{ theme.background_color }}"}
5
+ color: #{"{{ theme.text_color }}"}
6
+ font: 14px/1.4 normal #{"{{ theme.text_font | font_family }}"}
7
7
  margin: 100px
8
8
 
9
9
  a
@@ -30,7 +30,7 @@ ol.unstyled
30
30
 
31
31
  header
32
32
  border-bottom: $border
33
- font-family: {{ theme.header_font | font_family }}
33
+ font-family: #{"{{ theme.header_font | font_family }}"}
34
34
  margin-bottom: $marginSize
35
35
  padding-bottom: $marginSize
36
36
  text-align: center
@@ -43,7 +43,7 @@ header
43
43
  color: #333
44
44
 
45
45
  h1, h2, h3, h4, h5
46
- font-family: {{ theme.header_font | font_family }}
46
+ font-family: #{"{{ theme.header_font | font_family }}"}
47
47
 
48
48
  div.wrap
49
49
  display: table
@@ -73,7 +73,7 @@ aside
73
73
  color: #333
74
74
 
75
75
  cite a
76
- background: url({{ 'badge.png' | theme_image_url }}) no-repeat
76
+ background: url(#{"{{ 'badge.png' | theme_image_url }}"}) no-repeat
77
77
  border: none
78
78
  display: block
79
79
  height: 23px
@@ -1,3 +1,3 @@
1
1
  module Dugway
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dugway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Big Cartel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-31 00:00:00.000000000 Z
11
+ date: 2013-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler