scss_beautifier 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/scss_beautifier/formatters/shorthand.rb +1 -1
- data/lib/scss_beautifier/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e48b69f229b2945da36a4bdeda923ccad4771ab6
|
4
|
+
data.tar.gz: 2d54617a3f578bbb6e354c5183f352d7a58315d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb3f3dc59b639f13f6f2032c654bb52c1caa0e1c59edb5b71c73f47952669cdd0cce18509f9c5391cda72b102dfdfeac9672d58be4882a0ffe01b51433e303b4
|
7
|
+
data.tar.gz: 4971b7851939261e01012def5ba7addf991191137f94bd7c492b1dfe60e642f42350ce45f06da4db174ae62f73527d3e80c91b59b1ec6d70205fad3a8297b376
|
data/Gemfile.lock
CHANGED
@@ -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
|