sass 3.3.0.rc.3 → 3.3.0.rc.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/VERSION +1 -1
- data/VERSION_DATE +1 -1
- data/ext/mkrf_conf.rb +9 -5
- data/lib/sass/plugin/compiler.rb +1 -0
- data/lib/sass/script/parser.rb +1 -1
- data/lib/sass/script/value/list.rb +13 -4
- data/lib/sass/selector/sequence.rb +1 -1
- data/test/sass/functions_test.rb +4 -0
- data/test/sass/scss/scss_test.rb +18 -0
- metadata +231 -270
- data/vendor/listen/CHANGELOG.md +0 -228
- data/vendor/listen/CONTRIBUTING.md +0 -38
- data/vendor/listen/Gemfile +0 -30
- data/vendor/listen/Guardfile +0 -8
- data/vendor/listen/LICENSE +0 -20
- data/vendor/listen/README.md +0 -315
- data/vendor/listen/Rakefile +0 -47
- data/vendor/listen/Vagrantfile +0 -96
- data/vendor/listen/lib/listen.rb +0 -40
- data/vendor/listen/lib/listen/adapter.rb +0 -214
- data/vendor/listen/lib/listen/adapters/bsd.rb +0 -112
- data/vendor/listen/lib/listen/adapters/darwin.rb +0 -85
- data/vendor/listen/lib/listen/adapters/linux.rb +0 -113
- data/vendor/listen/lib/listen/adapters/polling.rb +0 -67
- data/vendor/listen/lib/listen/adapters/windows.rb +0 -87
- data/vendor/listen/lib/listen/dependency_manager.rb +0 -126
- data/vendor/listen/lib/listen/directory_record.rb +0 -371
- data/vendor/listen/lib/listen/listener.rb +0 -225
- data/vendor/listen/lib/listen/multi_listener.rb +0 -143
- data/vendor/listen/lib/listen/turnstile.rb +0 -28
- data/vendor/listen/lib/listen/version.rb +0 -3
- data/vendor/listen/listen.gemspec +0 -22
- data/vendor/listen/spec/listen/adapter_spec.rb +0 -183
- data/vendor/listen/spec/listen/adapters/bsd_spec.rb +0 -36
- data/vendor/listen/spec/listen/adapters/darwin_spec.rb +0 -37
- data/vendor/listen/spec/listen/adapters/linux_spec.rb +0 -47
- data/vendor/listen/spec/listen/adapters/polling_spec.rb +0 -68
- data/vendor/listen/spec/listen/adapters/windows_spec.rb +0 -30
- data/vendor/listen/spec/listen/dependency_manager_spec.rb +0 -107
- data/vendor/listen/spec/listen/directory_record_spec.rb +0 -1225
- data/vendor/listen/spec/listen/listener_spec.rb +0 -169
- data/vendor/listen/spec/listen/multi_listener_spec.rb +0 -174
- data/vendor/listen/spec/listen/turnstile_spec.rb +0 -56
- data/vendor/listen/spec/listen_spec.rb +0 -73
- data/vendor/listen/spec/spec_helper.rb +0 -21
- data/vendor/listen/spec/support/adapter_helper.rb +0 -629
- data/vendor/listen/spec/support/directory_record_helper.rb +0 -55
- data/vendor/listen/spec/support/fixtures_helper.rb +0 -29
- data/vendor/listen/spec/support/listeners_helper.rb +0 -156
- data/vendor/listen/spec/support/platform_helper.rb +0 -15
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
Yzg5MzQ5NDBhNmZkMWJiMGQ0NzYxNmY4MmFmMWU4MTIzNGQ1OGRmNw==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 09d37c69253500a0b4af6f72c9e3ddfa9d43a778
|
4
|
+
data.tar.gz: e1328ec1a5a4ce09a02c294bb209ced6acf3ea1b
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
MjAxMDQyMTQyN2Y3ZTIwOGM0ZTVjNjJkN2Q1YWU2ZjNjMWI4ZTRjZmQ4YjM0
|
11
|
-
NjE4ZDUyZjQ1NTNlODBiMGM2YzYzYzExYjQ4N2MwODNiNDBhNGI=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
YjhjMzNhMDU2ZDdlNmJiNmExNjYyMTAyMzg3NjhhZWJjNzFmMGFjMzU3Y2Zk
|
14
|
-
NzE5MzA3YTY5ZWJkNGQyNTc0ZmVmODliYzRkYWQ4MDAwZjQyMmFlMWIwMjE2
|
15
|
-
MzBlZjE5YmU5OWFjZjdhODQ4N2E4Mjg1YjY0YmZhYjQxZDE4Zjk=
|
6
|
+
metadata.gz: cfd6fb741c48d19943002002627f05a8b3d5ef85ad7ab2c7254cca1a24d3c75446edc3933d8878e4a5d5dec1dfd3f4c29b44b965d5ce6c870aca3ad7a1e87918
|
7
|
+
data.tar.gz: 3c1ef974eab3e088844fadc243f5e6a69f71f6b151b94466579459a5f71e0c106191d0fdb1c12a2df17e4f20b5f67ae8f8a25c7186902c7af6c38d6b5107ab6c
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.0.rc.
|
1
|
+
3.3.0.rc.4
|
data/VERSION_DATE
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
15 February 2014 01:18:38 UTC
|
data/ext/mkrf_conf.rb
CHANGED
@@ -1,20 +1,24 @@
|
|
1
1
|
require 'rubygems'
|
2
2
|
require 'rubygems/command.rb'
|
3
|
-
require 'rubygems/dependency_installer.rb'
|
3
|
+
require 'rubygems/dependency_installer.rb'
|
4
|
+
|
5
|
+
require '../lib/sass'
|
4
6
|
|
5
7
|
# This script installs the correct version of listen. Listen versions
|
6
8
|
# beyond 1.1 don't support Ruby 1.8, any RubyGems isn't clever enough
|
7
9
|
# to install the most recent version that works, so we have to do it
|
8
10
|
# manually.
|
9
11
|
|
12
|
+
puts "Ensuring you have the right version of listen installed."
|
13
|
+
|
10
14
|
Gem::Command.build_args = ARGV
|
11
15
|
inst = Gem::DependencyInstaller.new
|
12
|
-
if RUBY_VERSION
|
13
|
-
puts "Installing listen ~> 1.1.0"
|
14
|
-
inst.install "listen", "~> 1.1.0"
|
15
|
-
else
|
16
|
+
if Sass::Util.version_geq(RUBY_VERSION, "1.9.3")
|
16
17
|
puts "Installing listen >= 1.1.0, < 2.5"
|
17
18
|
inst.install "listen", Gem::Requirement.new(">= 1.1.0", "< 2.5")
|
19
|
+
else
|
20
|
+
puts "Installing listen ~> 1.1.0"
|
21
|
+
inst.install "listen", "~> 1.1.0"
|
18
22
|
end
|
19
23
|
|
20
24
|
# Create a dummy rakefile to indicate success.
|
data/lib/sass/plugin/compiler.rb
CHANGED
data/lib/sass/script/parser.rb
CHANGED
@@ -197,7 +197,7 @@ module Sass
|
|
197
197
|
PRECEDENCE.each_with_index do |e, i|
|
198
198
|
return i if Array(e).include?(op)
|
199
199
|
end
|
200
|
-
raise "[BUG] Unknown operator #{op}"
|
200
|
+
raise "[BUG] Unknown operator #{op.inspect}"
|
201
201
|
end
|
202
202
|
|
203
203
|
# Returns whether or not the given operation is associative.
|
@@ -51,11 +51,8 @@ module Sass::Script::Value
|
|
51
51
|
# @see Value#to_sass
|
52
52
|
def to_sass(opts = {})
|
53
53
|
return "()" if value.empty?
|
54
|
-
precedence = Sass::Script::Parser.precedence_of(separator)
|
55
54
|
members = value.map do |v|
|
56
|
-
if
|
57
|
-
separator == :space && v.is_a?(Sass::Script::Tree::UnaryOperation) &&
|
58
|
-
(v.operator == :minus || v.operator == :plus)
|
55
|
+
if element_needs_parens?(v)
|
59
56
|
"(#{v.to_sass(opts)})"
|
60
57
|
else
|
61
58
|
v.to_sass(opts)
|
@@ -110,6 +107,18 @@ module Sass::Script::Value
|
|
110
107
|
|
111
108
|
private
|
112
109
|
|
110
|
+
def element_needs_parens?(element)
|
111
|
+
if element.is_a?(List)
|
112
|
+
return false if element.value.empty?
|
113
|
+
precedence = Sass::Script::Parser.precedence_of(separator)
|
114
|
+
return Sass::Script::Parser.precedence_of(element.separator) <= precedence
|
115
|
+
end
|
116
|
+
|
117
|
+
return false unless separator == :space
|
118
|
+
return false unless element.is_a?(Sass::Script::Tree::UnaryOperation)
|
119
|
+
element.operator == :minus || element.operator == :plus
|
120
|
+
end
|
121
|
+
|
113
122
|
def sep_str(opts = options)
|
114
123
|
return ' ' if separator == :space
|
115
124
|
return ',' if opts && opts[:style] == :compressed
|
@@ -55,7 +55,7 @@ module Sass
|
|
55
55
|
contains_parent_ref = members.any? do |seq_or_op|
|
56
56
|
seq_or_op.is_a?(SimpleSequence) && seq_or_op.members.first.is_a?(Parent)
|
57
57
|
end
|
58
|
-
return self if !implicit_parent && !contains_parent_ref
|
58
|
+
return CommaSequence.new([self]) if !implicit_parent && !contains_parent_ref
|
59
59
|
|
60
60
|
unless contains_parent_ref
|
61
61
|
old_members, members = members, []
|
data/test/sass/functions_test.rb
CHANGED
@@ -1784,6 +1784,10 @@ SCSS
|
|
1784
1784
|
|
1785
1785
|
## Regression Tests
|
1786
1786
|
|
1787
|
+
def test_inspect_nested_empty_lists
|
1788
|
+
assert_equal "() ()", evaluate("inspect(() ())")
|
1789
|
+
end
|
1790
|
+
|
1787
1791
|
def test_saturation_bounds
|
1788
1792
|
assert_equal "#fbfdff", evaluate("hsl(hue(#fbfdff), saturation(#fbfdff), lightness(#fbfdff))")
|
1789
1793
|
end
|
data/test/sass/scss/scss_test.rb
CHANGED
@@ -3100,6 +3100,24 @@ SCSS
|
|
3100
3100
|
|
3101
3101
|
# Regression
|
3102
3102
|
|
3103
|
+
def test_parent_ref_in_nested_at_root
|
3104
|
+
assert_equal(<<CSS, render(<<SCSS))
|
3105
|
+
#test {
|
3106
|
+
border: 0; }
|
3107
|
+
#test:hover {
|
3108
|
+
display: none; }
|
3109
|
+
CSS
|
3110
|
+
a {
|
3111
|
+
@at-root #test {
|
3112
|
+
border: 0;
|
3113
|
+
&:hover{
|
3114
|
+
display: none;
|
3115
|
+
}
|
3116
|
+
}
|
3117
|
+
}
|
3118
|
+
SCSS
|
3119
|
+
end
|
3120
|
+
|
3103
3121
|
def test_loud_comment_in_compressed_mode
|
3104
3122
|
assert_equal(<<CSS, render(<<SCSS))
|
3105
3123
|
/*! foo */
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.0.rc.
|
4
|
+
version: 3.3.0.rc.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Weizenbaum
|
@@ -10,40 +10,41 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-02-
|
13
|
+
date: 2014-02-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: yard
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 0.5.3
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
|
-
- -
|
26
|
+
- - '>='
|
27
27
|
- !ruby/object:Gem::Version
|
28
28
|
version: 0.5.3
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: maruku
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
|
-
- -
|
33
|
+
- - '>='
|
34
34
|
- !ruby/object:Gem::Version
|
35
35
|
version: 0.5.9
|
36
36
|
type: :development
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
|
-
- -
|
40
|
+
- - '>='
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 0.5.9
|
43
|
-
description:
|
44
|
-
|
45
|
-
|
46
|
-
|
43
|
+
description: |2
|
44
|
+
Sass makes CSS fun again. Sass is an extension of CSS3, adding
|
45
|
+
nested rules, variables, mixins, selector inheritance, and more.
|
46
|
+
It's translated to well-formatted, standard CSS using the
|
47
|
+
command line tool or a web-framework plugin.
|
47
48
|
email: sass-lang@googlegroups.com
|
48
49
|
executables:
|
49
50
|
- sass
|
@@ -53,307 +54,267 @@ extensions:
|
|
53
54
|
- ext/mkrf_conf.rb
|
54
55
|
extra_rdoc_files: []
|
55
56
|
files:
|
56
|
-
- .
|
57
|
-
- CONTRIBUTING
|
58
|
-
- MIT-LICENSE
|
59
|
-
- README.md
|
60
|
-
- REVISION
|
61
|
-
- Rakefile
|
62
|
-
- VERSION
|
63
|
-
- VERSION_DATE
|
64
|
-
- VERSION_NAME
|
65
|
-
- bin/sass
|
66
|
-
- bin/sass-convert
|
67
|
-
- bin/scss
|
68
|
-
- ext/mkrf_conf.rb
|
69
|
-
- extra/update_watch.rb
|
70
|
-
- init.rb
|
57
|
+
- rails/init.rb
|
71
58
|
- lib/sass.rb
|
72
59
|
- lib/sass/cache_stores.rb
|
73
|
-
- lib/sass/
|
60
|
+
- lib/sass/plugin/compiler.rb
|
61
|
+
- lib/sass/plugin/merb.rb
|
62
|
+
- lib/sass/plugin/staleness_checker.rb
|
63
|
+
- lib/sass/plugin/rack.rb
|
64
|
+
- lib/sass/plugin/rails.rb
|
65
|
+
- lib/sass/plugin/configuration.rb
|
66
|
+
- lib/sass/plugin/generic.rb
|
67
|
+
- lib/sass/version.rb
|
68
|
+
- lib/sass/supports.rb
|
69
|
+
- lib/sass/media.rb
|
70
|
+
- lib/sass/stack.rb
|
74
71
|
- lib/sass/cache_stores/chain.rb
|
75
|
-
- lib/sass/cache_stores/filesystem.rb
|
76
72
|
- lib/sass/cache_stores/memory.rb
|
77
73
|
- lib/sass/cache_stores/null.rb
|
78
|
-
- lib/sass/
|
79
|
-
- lib/sass/
|
80
|
-
- lib/sass/
|
81
|
-
- lib/sass/
|
74
|
+
- lib/sass/cache_stores/filesystem.rb
|
75
|
+
- lib/sass/cache_stores/base.rb
|
76
|
+
- lib/sass/shared.rb
|
77
|
+
- lib/sass/repl.rb
|
82
78
|
- lib/sass/error.rb
|
83
|
-
- lib/sass/
|
79
|
+
- lib/sass/tree/import_node.rb
|
80
|
+
- lib/sass/tree/trace_node.rb
|
81
|
+
- lib/sass/tree/return_node.rb
|
82
|
+
- lib/sass/tree/root_node.rb
|
83
|
+
- lib/sass/tree/if_node.rb
|
84
|
+
- lib/sass/tree/charset_node.rb
|
85
|
+
- lib/sass/tree/css_import_node.rb
|
86
|
+
- lib/sass/tree/function_node.rb
|
87
|
+
- lib/sass/tree/media_node.rb
|
88
|
+
- lib/sass/tree/while_node.rb
|
89
|
+
- lib/sass/tree/for_node.rb
|
90
|
+
- lib/sass/tree/directive_node.rb
|
91
|
+
- lib/sass/tree/rule_node.rb
|
92
|
+
- lib/sass/tree/each_node.rb
|
93
|
+
- lib/sass/tree/at_root_node.rb
|
94
|
+
- lib/sass/tree/node.rb
|
95
|
+
- lib/sass/tree/mixin_node.rb
|
96
|
+
- lib/sass/tree/extend_node.rb
|
97
|
+
- lib/sass/tree/mixin_def_node.rb
|
98
|
+
- lib/sass/tree/supports_node.rb
|
99
|
+
- lib/sass/tree/visitors/perform.rb
|
100
|
+
- lib/sass/tree/visitors/to_css.rb
|
101
|
+
- lib/sass/tree/visitors/check_nesting.rb
|
102
|
+
- lib/sass/tree/visitors/deep_copy.rb
|
103
|
+
- lib/sass/tree/visitors/extend.rb
|
104
|
+
- lib/sass/tree/visitors/set_options.rb
|
105
|
+
- lib/sass/tree/visitors/cssize.rb
|
106
|
+
- lib/sass/tree/visitors/convert.rb
|
107
|
+
- lib/sass/tree/visitors/base.rb
|
108
|
+
- lib/sass/tree/content_node.rb
|
109
|
+
- lib/sass/tree/comment_node.rb
|
110
|
+
- lib/sass/tree/warn_node.rb
|
111
|
+
- lib/sass/tree/debug_node.rb
|
112
|
+
- lib/sass/tree/prop_node.rb
|
113
|
+
- lib/sass/tree/variable_node.rb
|
114
|
+
- lib/sass/engine.rb
|
115
|
+
- lib/sass/plugin.rb
|
116
|
+
- lib/sass/root.rb
|
84
117
|
- lib/sass/features.rb
|
85
118
|
- lib/sass/importers.rb
|
86
|
-
- lib/sass/
|
87
|
-
- lib/sass/
|
88
|
-
- lib/sass/
|
119
|
+
- lib/sass/source/map.rb
|
120
|
+
- lib/sass/source/range.rb
|
121
|
+
- lib/sass/source/position.rb
|
89
122
|
- lib/sass/logger.rb
|
90
|
-
- lib/sass/
|
123
|
+
- lib/sass/util/normalized_map.rb
|
124
|
+
- lib/sass/util/test.rb
|
125
|
+
- lib/sass/util/cross_platform_random.rb
|
126
|
+
- lib/sass/util/ordered_hash.rb
|
127
|
+
- lib/sass/util/multibyte_string_scanner.rb
|
128
|
+
- lib/sass/util/subset_map.rb
|
129
|
+
- lib/sass/scss.rb
|
130
|
+
- lib/sass/scss/static_parser.rb
|
131
|
+
- lib/sass/scss/parser.rb
|
132
|
+
- lib/sass/scss/script_lexer.rb
|
133
|
+
- lib/sass/scss/rx.rb
|
134
|
+
- lib/sass/scss/script_parser.rb
|
135
|
+
- lib/sass/scss/css_parser.rb
|
91
136
|
- lib/sass/logger/log_level.rb
|
92
|
-
- lib/sass/
|
93
|
-
- lib/sass/
|
94
|
-
- lib/sass/plugin/compiler.rb
|
95
|
-
- lib/sass/plugin/configuration.rb
|
96
|
-
- lib/sass/plugin/generic.rb
|
97
|
-
- lib/sass/plugin/merb.rb
|
98
|
-
- lib/sass/plugin/rack.rb
|
99
|
-
- lib/sass/plugin/rails.rb
|
100
|
-
- lib/sass/plugin/staleness_checker.rb
|
101
|
-
- lib/sass/railtie.rb
|
102
|
-
- lib/sass/repl.rb
|
103
|
-
- lib/sass/root.rb
|
137
|
+
- lib/sass/logger/base.rb
|
138
|
+
- lib/sass/css.rb
|
104
139
|
- lib/sass/script.rb
|
105
|
-
- lib/sass/
|
106
|
-
- lib/sass/
|
107
|
-
- lib/sass/
|
108
|
-
- lib/sass/
|
140
|
+
- lib/sass/util.rb
|
141
|
+
- lib/sass/importers/filesystem.rb
|
142
|
+
- lib/sass/importers/deprecated_path.rb
|
143
|
+
- lib/sass/importers/base.rb
|
109
144
|
- lib/sass/script/parser.rb
|
110
|
-
- lib/sass/script/
|
145
|
+
- lib/sass/script/functions.rb
|
146
|
+
- lib/sass/script/tree/variable.rb
|
147
|
+
- lib/sass/script/tree/operation.rb
|
111
148
|
- lib/sass/script/tree/funcall.rb
|
149
|
+
- lib/sass/script/tree/literal.rb
|
150
|
+
- lib/sass/script/tree/string_interpolation.rb
|
112
151
|
- lib/sass/script/tree/interpolation.rb
|
113
152
|
- lib/sass/script/tree/list_literal.rb
|
114
|
-
- lib/sass/script/tree/literal.rb
|
115
|
-
- lib/sass/script/tree/map_literal.rb
|
116
153
|
- lib/sass/script/tree/node.rb
|
117
|
-
- lib/sass/script/tree/operation.rb
|
118
|
-
- lib/sass/script/tree/string_interpolation.rb
|
119
154
|
- lib/sass/script/tree/unary_operation.rb
|
120
|
-
- lib/sass/script/tree/
|
155
|
+
- lib/sass/script/tree/map_literal.rb
|
156
|
+
- lib/sass/script/tree.rb
|
157
|
+
- lib/sass/script/lexer.rb
|
158
|
+
- lib/sass/script/css_lexer.rb
|
121
159
|
- lib/sass/script/value.rb
|
160
|
+
- lib/sass/script/value/color.rb
|
161
|
+
- lib/sass/script/value/number.rb
|
162
|
+
- lib/sass/script/value/map.rb
|
122
163
|
- lib/sass/script/value/arg_list.rb
|
123
|
-
- lib/sass/script/value/base.rb
|
124
164
|
- lib/sass/script/value/bool.rb
|
125
|
-
- lib/sass/script/value/color.rb
|
126
|
-
- lib/sass/script/value/helpers.rb
|
127
165
|
- lib/sass/script/value/list.rb
|
128
|
-
- lib/sass/script/value/
|
166
|
+
- lib/sass/script/value/helpers.rb
|
129
167
|
- lib/sass/script/value/null.rb
|
130
|
-
- lib/sass/script/value/number.rb
|
131
168
|
- lib/sass/script/value/string.rb
|
132
|
-
- lib/sass/
|
133
|
-
- lib/sass/
|
134
|
-
- lib/sass/scss/parser.rb
|
135
|
-
- lib/sass/scss/rx.rb
|
136
|
-
- lib/sass/scss/script_lexer.rb
|
137
|
-
- lib/sass/scss/script_parser.rb
|
138
|
-
- lib/sass/scss/static_parser.rb
|
169
|
+
- lib/sass/script/value/base.rb
|
170
|
+
- lib/sass/script/css_parser.rb
|
139
171
|
- lib/sass/selector.rb
|
172
|
+
- lib/sass/callbacks.rb
|
173
|
+
- lib/sass/selector/simple.rb
|
174
|
+
- lib/sass/selector/sequence.rb
|
140
175
|
- lib/sass/selector/abstract_sequence.rb
|
141
176
|
- lib/sass/selector/comma_sequence.rb
|
142
|
-
- lib/sass/selector/sequence.rb
|
143
|
-
- lib/sass/selector/simple.rb
|
144
177
|
- lib/sass/selector/simple_sequence.rb
|
145
|
-
- lib/sass/
|
146
|
-
- lib/sass/
|
147
|
-
- lib/sass/
|
148
|
-
-
|
149
|
-
-
|
150
|
-
-
|
151
|
-
-
|
152
|
-
- lib/sass/tree/charset_node.rb
|
153
|
-
- lib/sass/tree/comment_node.rb
|
154
|
-
- lib/sass/tree/content_node.rb
|
155
|
-
- lib/sass/tree/css_import_node.rb
|
156
|
-
- lib/sass/tree/debug_node.rb
|
157
|
-
- lib/sass/tree/directive_node.rb
|
158
|
-
- lib/sass/tree/each_node.rb
|
159
|
-
- lib/sass/tree/extend_node.rb
|
160
|
-
- lib/sass/tree/for_node.rb
|
161
|
-
- lib/sass/tree/function_node.rb
|
162
|
-
- lib/sass/tree/if_node.rb
|
163
|
-
- lib/sass/tree/import_node.rb
|
164
|
-
- lib/sass/tree/media_node.rb
|
165
|
-
- lib/sass/tree/mixin_def_node.rb
|
166
|
-
- lib/sass/tree/mixin_node.rb
|
167
|
-
- lib/sass/tree/node.rb
|
168
|
-
- lib/sass/tree/prop_node.rb
|
169
|
-
- lib/sass/tree/return_node.rb
|
170
|
-
- lib/sass/tree/root_node.rb
|
171
|
-
- lib/sass/tree/rule_node.rb
|
172
|
-
- lib/sass/tree/supports_node.rb
|
173
|
-
- lib/sass/tree/trace_node.rb
|
174
|
-
- lib/sass/tree/variable_node.rb
|
175
|
-
- lib/sass/tree/visitors/base.rb
|
176
|
-
- lib/sass/tree/visitors/check_nesting.rb
|
177
|
-
- lib/sass/tree/visitors/convert.rb
|
178
|
-
- lib/sass/tree/visitors/cssize.rb
|
179
|
-
- lib/sass/tree/visitors/deep_copy.rb
|
180
|
-
- lib/sass/tree/visitors/extend.rb
|
181
|
-
- lib/sass/tree/visitors/perform.rb
|
182
|
-
- lib/sass/tree/visitors/set_options.rb
|
183
|
-
- lib/sass/tree/visitors/to_css.rb
|
184
|
-
- lib/sass/tree/warn_node.rb
|
185
|
-
- lib/sass/tree/while_node.rb
|
186
|
-
- lib/sass/util.rb
|
187
|
-
- lib/sass/util/cross_platform_random.rb
|
188
|
-
- lib/sass/util/multibyte_string_scanner.rb
|
189
|
-
- lib/sass/util/normalized_map.rb
|
190
|
-
- lib/sass/util/ordered_hash.rb
|
191
|
-
- lib/sass/util/subset_map.rb
|
192
|
-
- lib/sass/util/test.rb
|
193
|
-
- lib/sass/version.rb
|
194
|
-
- rails/init.rb
|
195
|
-
- test/sass/cache_test.rb
|
196
|
-
- test/sass/callbacks_test.rb
|
197
|
-
- test/sass/compiler_test.rb
|
198
|
-
- test/sass/conversion_test.rb
|
199
|
-
- test/sass/css2sass_test.rb
|
200
|
-
- test/sass/data/hsl-rgb.txt
|
178
|
+
- lib/sass/railtie.rb
|
179
|
+
- lib/sass/environment.rb
|
180
|
+
- lib/sass/exec.rb
|
181
|
+
- bin/sass-convert
|
182
|
+
- bin/scss
|
183
|
+
- bin/sass
|
184
|
+
- test/test_helper.rb
|
201
185
|
- test/sass/engine_test.rb
|
202
|
-
- test/sass/exec_test.rb
|
203
|
-
- test/sass/extend_test.rb
|
204
|
-
- test/sass/fixtures/test_staleness_check_across_importers.css
|
205
|
-
- test/sass/fixtures/test_staleness_check_across_importers.scss
|
206
186
|
- test/sass/functions_test.rb
|
207
|
-
- test/sass/
|
187
|
+
- test/sass/value_helpers_test.rb
|
188
|
+
- test/sass/fixtures/test_staleness_check_across_importers.scss
|
189
|
+
- test/sass/fixtures/test_staleness_check_across_importers.css
|
190
|
+
- test/sass/data/hsl-rgb.txt
|
191
|
+
- test/sass/extend_test.rb
|
208
192
|
- test/sass/logger_test.rb
|
209
|
-
- test/sass/
|
210
|
-
- test/sass/
|
211
|
-
- test/sass/more_results/more1_with_line_comments.css
|
212
|
-
- test/sass/more_results/more_import.css
|
213
|
-
- test/sass/more_templates/_more_partial.sass
|
214
|
-
- test/sass/more_templates/more1.sass
|
215
|
-
- test/sass/more_templates/more_import.sass
|
216
|
-
- test/sass/plugin_test.rb
|
217
|
-
- test/sass/results/alt.css
|
218
|
-
- test/sass/results/basic.css
|
219
|
-
- test/sass/results/cached_import_option.css
|
220
|
-
- test/sass/results/compact.css
|
221
|
-
- test/sass/results/complex.css
|
222
|
-
- test/sass/results/compressed.css
|
223
|
-
- test/sass/results/expanded.css
|
224
|
-
- test/sass/results/filename_fn.css
|
225
|
-
- test/sass/results/if.css
|
226
|
-
- test/sass/results/import.css
|
227
|
-
- test/sass/results/import_charset.css
|
228
|
-
- test/sass/results/import_charset_1_8.css
|
229
|
-
- test/sass/results/import_charset_ibm866.css
|
230
|
-
- test/sass/results/import_content.css
|
231
|
-
- test/sass/results/line_numbers.css
|
232
|
-
- test/sass/results/mixins.css
|
233
|
-
- test/sass/results/multiline.css
|
234
|
-
- test/sass/results/nested.css
|
235
|
-
- test/sass/results/options.css
|
236
|
-
- test/sass/results/parent_ref.css
|
237
|
-
- test/sass/results/script.css
|
238
|
-
- test/sass/results/scss_import.css
|
239
|
-
- test/sass/results/scss_importee.css
|
240
|
-
- test/sass/results/subdir/nested_subdir/nested_subdir.css
|
241
|
-
- test/sass/results/subdir/subdir.css
|
242
|
-
- test/sass/results/units.css
|
243
|
-
- test/sass/results/warn.css
|
244
|
-
- test/sass/results/warn_imported.css
|
245
|
-
- test/sass/script_conversion_test.rb
|
246
|
-
- test/sass/script_test.rb
|
247
|
-
- test/sass/scss/css_test.rb
|
248
|
-
- test/sass/scss/rx_test.rb
|
249
|
-
- test/sass/scss/scss_test.rb
|
250
|
-
- test/sass/scss/test_helper.rb
|
251
|
-
- test/sass/source_map_test.rb
|
252
|
-
- test/sass/templates/_cached_import_option_partial.scss
|
253
|
-
- test/sass/templates/_double_import_loop2.sass
|
193
|
+
- test/sass/compiler_test.rb
|
194
|
+
- test/sass/css2sass_test.rb
|
254
195
|
- test/sass/templates/_filename_fn_import.scss
|
255
|
-
- test/sass/templates/
|
256
|
-
- test/sass/templates/
|
196
|
+
- test/sass/templates/basic.sass
|
197
|
+
- test/sass/templates/mixins.sass
|
198
|
+
- test/sass/templates/options.sass
|
199
|
+
- test/sass/templates/scss_import.scss
|
200
|
+
- test/sass/templates/subdir/subdir.sass
|
201
|
+
- test/sass/templates/subdir/import_up2.scss
|
202
|
+
- test/sass/templates/subdir/nested_subdir/_nested_partial.sass
|
203
|
+
- test/sass/templates/subdir/nested_subdir/nested_subdir.sass
|
204
|
+
- test/sass/templates/subdir/import_up1.scss
|
257
205
|
- test/sass/templates/_imported_content.sass
|
258
|
-
- test/sass/templates/
|
259
|
-
- test/sass/templates/_same_name_different_partiality.scss
|
206
|
+
- test/sass/templates/filename_fn.scss
|
260
207
|
- test/sass/templates/alt.sass
|
261
|
-
- test/sass/templates/
|
262
|
-
- test/sass/templates/
|
263
|
-
- test/sass/templates/
|
208
|
+
- test/sass/templates/nested_bork1.sass
|
209
|
+
- test/sass/templates/same_name_different_partiality.scss
|
210
|
+
- test/sass/templates/complex.sass
|
211
|
+
- test/sass/templates/units.sass
|
212
|
+
- test/sass/templates/nested_import.sass
|
213
|
+
- test/sass/templates/importee.sass
|
214
|
+
- test/sass/templates/importee.less
|
215
|
+
- test/sass/templates/_cached_import_option_partial.scss
|
216
|
+
- test/sass/templates/scss_importee.scss
|
217
|
+
- test/sass/templates/line_numbers.sass
|
218
|
+
- test/sass/templates/expanded.sass
|
264
219
|
- test/sass/templates/bork3.sass
|
265
|
-
- test/sass/templates/bork4.sass
|
266
220
|
- test/sass/templates/bork5.sass
|
267
|
-
- test/sass/templates/
|
221
|
+
- test/sass/templates/import_content.sass
|
222
|
+
- test/sass/templates/warn_imported.sass
|
223
|
+
- test/sass/templates/import_charset_ibm866.sass
|
224
|
+
- test/sass/templates/bork1.sass
|
225
|
+
- test/sass/templates/warn.sass
|
226
|
+
- test/sass/templates/bork2.sass
|
227
|
+
- test/sass/templates/nested.sass
|
268
228
|
- test/sass/templates/compact.sass
|
269
|
-
- test/sass/templates/
|
270
|
-
- test/sass/templates/
|
229
|
+
- test/sass/templates/single_import_loop.sass
|
230
|
+
- test/sass/templates/_same_name_different_partiality.scss
|
231
|
+
- test/sass/templates/multiline.sass
|
232
|
+
- test/sass/templates/_imported_charset_ibm866.sass
|
271
233
|
- test/sass/templates/double_import_loop1.sass
|
272
|
-
- test/sass/templates/
|
273
|
-
- test/sass/templates/filename_fn.scss
|
274
|
-
- test/sass/templates/if.sass
|
275
|
-
- test/sass/templates/import.sass
|
234
|
+
- test/sass/templates/_double_import_loop2.sass
|
276
235
|
- test/sass/templates/import_charset.sass
|
277
|
-
- test/sass/templates/
|
278
|
-
- test/sass/templates/
|
279
|
-
- test/sass/templates/import_content.sass
|
280
|
-
- test/sass/templates/importee.less
|
281
|
-
- test/sass/templates/importee.sass
|
282
|
-
- test/sass/templates/line_numbers.sass
|
283
|
-
- test/sass/templates/mixin_bork.sass
|
284
|
-
- test/sass/templates/mixins.sass
|
285
|
-
- test/sass/templates/multiline.sass
|
286
|
-
- test/sass/templates/nested.sass
|
287
|
-
- test/sass/templates/nested_bork1.sass
|
288
|
-
- test/sass/templates/nested_bork2.sass
|
236
|
+
- test/sass/templates/parent_ref.sass
|
237
|
+
- test/sass/templates/import.sass
|
289
238
|
- test/sass/templates/nested_bork3.sass
|
290
|
-
- test/sass/templates/
|
291
|
-
- test/sass/templates/
|
239
|
+
- test/sass/templates/script.sass
|
240
|
+
- test/sass/templates/same_name_different_ext.scss
|
241
|
+
- test/sass/templates/bork4.sass
|
242
|
+
- test/sass/templates/if.sass
|
243
|
+
- test/sass/templates/_partial.sass
|
292
244
|
- test/sass/templates/nested_mixin_bork.sass
|
293
|
-
- test/sass/templates/
|
294
|
-
- test/sass/templates/parent_ref.sass
|
245
|
+
- test/sass/templates/import_charset_1_8.sass
|
295
246
|
- test/sass/templates/same_name_different_ext.sass
|
296
|
-
- test/sass/templates/
|
297
|
-
- test/sass/templates/
|
298
|
-
- test/sass/templates/
|
299
|
-
- test/sass/templates/
|
300
|
-
- test/sass/templates/
|
301
|
-
- test/sass/templates/
|
302
|
-
- test/sass/
|
303
|
-
- test/sass/
|
304
|
-
- test/sass/
|
305
|
-
- test/sass/
|
306
|
-
- test/sass/templates/subdir/subdir.sass
|
307
|
-
- test/sass/templates/units.sass
|
308
|
-
- test/sass/templates/warn.sass
|
309
|
-
- test/sass/templates/warn_imported.sass
|
310
|
-
- test/sass/test_helper.rb
|
247
|
+
- test/sass/templates/nested_bork2.sass
|
248
|
+
- test/sass/templates/mixin_bork.sass
|
249
|
+
- test/sass/templates/compressed.sass
|
250
|
+
- test/sass/templates/nested_bork4.sass
|
251
|
+
- test/sass/templates/cached_import_option.scss
|
252
|
+
- test/sass/templates/_imported_charset_utf8.sass
|
253
|
+
- test/sass/conversion_test.rb
|
254
|
+
- test/sass/script_test.rb
|
255
|
+
- test/sass/exec_test.rb
|
256
|
+
- test/sass/util/subset_map_test.rb
|
311
257
|
- test/sass/util/multibyte_string_scanner_test.rb
|
312
258
|
- test/sass/util/normalized_map_test.rb
|
313
|
-
- test/sass/
|
259
|
+
- test/sass/callbacks_test.rb
|
260
|
+
- test/sass/importer_test.rb
|
261
|
+
- test/sass/scss/css_test.rb
|
262
|
+
- test/sass/scss/scss_test.rb
|
263
|
+
- test/sass/scss/rx_test.rb
|
264
|
+
- test/sass/scss/test_helper.rb
|
314
265
|
- test/sass/util_test.rb
|
315
|
-
- test/sass/
|
316
|
-
- test/
|
317
|
-
-
|
318
|
-
-
|
319
|
-
-
|
320
|
-
-
|
321
|
-
-
|
322
|
-
-
|
323
|
-
-
|
324
|
-
-
|
325
|
-
-
|
326
|
-
-
|
327
|
-
-
|
328
|
-
-
|
329
|
-
-
|
330
|
-
-
|
331
|
-
-
|
332
|
-
-
|
333
|
-
-
|
334
|
-
-
|
335
|
-
-
|
336
|
-
-
|
337
|
-
-
|
338
|
-
-
|
339
|
-
-
|
340
|
-
-
|
341
|
-
-
|
342
|
-
-
|
343
|
-
-
|
344
|
-
-
|
345
|
-
-
|
346
|
-
-
|
347
|
-
-
|
348
|
-
-
|
349
|
-
-
|
350
|
-
-
|
351
|
-
-
|
352
|
-
-
|
353
|
-
-
|
354
|
-
-
|
355
|
-
-
|
356
|
-
-
|
266
|
+
- test/sass/results/mixins.css
|
267
|
+
- test/sass/results/warn_imported.css
|
268
|
+
- test/sass/results/expanded.css
|
269
|
+
- test/sass/results/compact.css
|
270
|
+
- test/sass/results/import_content.css
|
271
|
+
- test/sass/results/compressed.css
|
272
|
+
- test/sass/results/scss_importee.css
|
273
|
+
- test/sass/results/basic.css
|
274
|
+
- test/sass/results/subdir/nested_subdir/nested_subdir.css
|
275
|
+
- test/sass/results/subdir/subdir.css
|
276
|
+
- test/sass/results/options.css
|
277
|
+
- test/sass/results/scss_import.css
|
278
|
+
- test/sass/results/units.css
|
279
|
+
- test/sass/results/parent_ref.css
|
280
|
+
- test/sass/results/script.css
|
281
|
+
- test/sass/results/complex.css
|
282
|
+
- test/sass/results/cached_import_option.css
|
283
|
+
- test/sass/results/import_charset.css
|
284
|
+
- test/sass/results/alt.css
|
285
|
+
- test/sass/results/if.css
|
286
|
+
- test/sass/results/multiline.css
|
287
|
+
- test/sass/results/import_charset_1_8.css
|
288
|
+
- test/sass/results/warn.css
|
289
|
+
- test/sass/results/import_charset_ibm866.css
|
290
|
+
- test/sass/results/filename_fn.css
|
291
|
+
- test/sass/results/import.css
|
292
|
+
- test/sass/results/nested.css
|
293
|
+
- test/sass/results/line_numbers.css
|
294
|
+
- test/sass/test_helper.rb
|
295
|
+
- test/sass/more_templates/_more_partial.sass
|
296
|
+
- test/sass/more_templates/more_import.sass
|
297
|
+
- test/sass/more_templates/more1.sass
|
298
|
+
- test/sass/script_conversion_test.rb
|
299
|
+
- test/sass/more_results/more1.css
|
300
|
+
- test/sass/more_results/more1_with_line_comments.css
|
301
|
+
- test/sass/more_results/more_import.css
|
302
|
+
- test/sass/mock_importer.rb
|
303
|
+
- test/sass/cache_test.rb
|
304
|
+
- test/sass/source_map_test.rb
|
305
|
+
- test/sass/plugin_test.rb
|
306
|
+
- extra/update_watch.rb
|
307
|
+
- Rakefile
|
308
|
+
- init.rb
|
309
|
+
- .yardopts
|
310
|
+
- README.md
|
311
|
+
- VERSION_NAME
|
312
|
+
- VERSION_DATE
|
313
|
+
- REVISION
|
314
|
+
- MIT-LICENSE
|
315
|
+
- VERSION
|
316
|
+
- CONTRIBUTING
|
317
|
+
- ext/mkrf_conf.rb
|
357
318
|
homepage: http://sass-lang.com/
|
358
319
|
licenses:
|
359
320
|
- MIT
|
@@ -364,17 +325,17 @@ require_paths:
|
|
364
325
|
- lib
|
365
326
|
required_ruby_version: !ruby/object:Gem::Requirement
|
366
327
|
requirements:
|
367
|
-
- -
|
328
|
+
- - '>='
|
368
329
|
- !ruby/object:Gem::Version
|
369
330
|
version: 1.8.7
|
370
331
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
371
332
|
requirements:
|
372
|
-
- -
|
333
|
+
- - '>'
|
373
334
|
- !ruby/object:Gem::Version
|
374
335
|
version: 1.3.1
|
375
336
|
requirements: []
|
376
337
|
rubyforge_project: sass
|
377
|
-
rubygems_version: 2.
|
338
|
+
rubygems_version: 2.0.3
|
378
339
|
signing_key:
|
379
340
|
specification_version: 4
|
380
341
|
summary: A powerful but elegant CSS compiler that makes CSS fun again.
|