vstheme2scss 0.0.13 → 0.1.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
  SHA256:
3
- metadata.gz: 07506f7a917d8770a082231465b78bdb601a490769dab77cc050c5c24046461b
4
- data.tar.gz: 76026fcde9b1559417ca91dfe686b24326974634cfe48a497f54b04bf96b680a
3
+ metadata.gz: 5ff129b4d9e8a742c168c2a5531167a0170736c4082610dcb7b8b37fd085ecff
4
+ data.tar.gz: b8b5042a3b6e743399abb17f330af9d4ecc59b4da6be5f716412483f013df669
5
5
  SHA512:
6
- metadata.gz: b321b57d5a3553bcce16dee09cbaf829e2b49ce6d03bc1a324d2d4cc577f591280b9796bd7aa59a25beb2845f7098862e78f5423149f43e6145104e53bfd7b97
7
- data.tar.gz: f9560b1729b7bec615cba1172567a6781e118d505ea33338aa954f926733f6738f32c29a0feb2c89e097bb503ab7c00a3742b70a0a00a8cd437b00c9bcdd7232
6
+ metadata.gz: 7053e70a6512c44d48c2cecff9487d638e3cfc17df2fb244e88284d229eba2f2bafee507d91114977a2a5510c690552da599f8af4817a9c50f4603553b680eb8
7
+ data.tar.gz: 8bdc2b4572e3207adaf598a71d3fa390e2297d0fc223695cc17d9eaf95013032418a30f0b05a845de7a5c0fc56994147e75985e4d19759e49835c72e923f4b20
@@ -49,7 +49,8 @@ module Converter
49
49
  out_path = Pathname.new(options[:out_file])
50
50
  json_res = theme_files_to_hash(themes)
51
51
  out_res = json_res.map{ |theme| build_scss_theme(theme) }.join("\n")
52
- out_path.write("$themes: (\n#{out_res}\n);\n")
52
+ themify_file = Pathname.new(File.join(File.dirname(__FILE__), "themify.scss"))
53
+ out_path.write("$themes: (\n#{out_res}\n);\n#{themify_file.read}")
53
54
 
54
55
  if options[:json_list]
55
56
  json_out_path = Pathname.new(options[:json_list])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vstheme2scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Kruhlmann