scss_beautifier 0.1.1 → 0.1.2

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
- metadata.gz: c1a4252e1bafa0999ac66cc99c4b67a821e284b8
4
- data.tar.gz: bbc93e8b0d031bed6571123099e730f6a72f8d67
3
+ metadata.gz: e48b69f229b2945da36a4bdeda923ccad4771ab6
4
+ data.tar.gz: 2d54617a3f578bbb6e354c5183f352d7a58315d5
5
5
  SHA512:
6
- metadata.gz: 4ed6cc58ad8adbf8d44b557eaabc61f5821dfb2658e5882452c44992675f16849d68437ff9f78ac1630bd99ed82d3226667a8935d96905ee75a268fc57374634
7
- data.tar.gz: 6a662aee697f966eecba556219b08c38de74b910ad898c5fef668c2a322074649c2e1316acae5f9c9c3486e25ce25c55ceae8a797bc3e502a8113323b522cd89
6
+ metadata.gz: eb3f3dc59b639f13f6f2032c654bb52c1caa0e1c59edb5b71c73f47952669cdd0cce18509f9c5391cda72b102dfdfeac9672d58be4882a0ffe01b51433e303b4
7
+ data.tar.gz: 4971b7851939261e01012def5ba7addf991191137f94bd7c492b1dfe60e642f42350ce45f06da4db174ae62f73527d3e80c91b59b1ec6d70205fad3a8297b376
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- scss_beautifier (0.1.1)
4
+ scss_beautifier (0.1.2)
5
5
  sass (~> 3.4)
6
6
 
7
7
  GEM
@@ -23,7 +23,7 @@ class SCSSBeautifier::Formatters::Shorthand < Sass::Tree::Visitors::Base
23
23
  def update_script_list(pName, node)
24
24
  nValue = node.value
25
25
 
26
- check_shorthand(pName, node, nValue.children.map(&:to_sass), true)
26
+ # check_shorthand(pName, node, nValue.children.map(&:to_sass), true)
27
27
  end
28
28
 
29
29
  private
@@ -1,3 +1,3 @@
1
1
  module SCSSBeautifier
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scss_beautifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Tse