sass 3.2.0.alpha.291 → 3.2.0.alpha.293
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.
- data/REVISION +1 -1
- data/VERSION +1 -1
- data/VERSION_DATE +1 -1
- data/lib/sass/tree/visitors/perform.rb +1 -1
- metadata +5 -5
data/REVISION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
7da08d3193ce8d6faa0e9dbb081ec33172d08b12
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.0.alpha.
|
1
|
+
3.2.0.alpha.293
|
data/VERSION_DATE
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
11 August 2012 00:40:09 GMT
|
@@ -274,7 +274,7 @@ class Sass::Tree::Visitors::Perform < Sass::Tree::Visitors::Base
|
|
274
274
|
end
|
275
275
|
|
276
276
|
def visit_content(node)
|
277
|
-
|
277
|
+
return unless content = @environment.content
|
278
278
|
@stack.push(:filename => node.filename, :line => node.line, :name => '@content')
|
279
279
|
trace_node = Sass::Tree::TraceNode.from_node('@content', node)
|
280
280
|
with_environment(@environment.caller) {trace_node.children = content.map {|c| visit(c.dup)}.flatten}
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 592302423
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 2
|
9
9
|
- 0
|
10
10
|
- alpha
|
11
|
-
-
|
12
|
-
version: 3.2.0.alpha.
|
11
|
+
- 293
|
12
|
+
version: 3.2.0.alpha.293
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Nathan Weizenbaum
|
@@ -243,20 +243,20 @@ files:
|
|
243
243
|
- test/sass/results/import_charset.css
|
244
244
|
- test/sass/results/import_charset_1_8.css
|
245
245
|
- test/sass/results/import_charset_ibm866.css
|
246
|
-
- test/sass/results/
|
246
|
+
- test/sass/results/script.css
|
247
247
|
- test/sass/results/line_numbers.css
|
248
248
|
- test/sass/results/mixins.css
|
249
249
|
- test/sass/results/multiline.css
|
250
250
|
- test/sass/results/nested.css
|
251
251
|
- test/sass/results/options.css
|
252
252
|
- test/sass/results/parent_ref.css
|
253
|
-
- test/sass/results/script.css
|
254
253
|
- test/sass/results/scss_import.css
|
255
254
|
- test/sass/results/scss_importee.css
|
256
255
|
- test/sass/results/subdir/nested_subdir/nested_subdir.css
|
257
256
|
- test/sass/results/subdir/subdir.css
|
258
257
|
- test/sass/results/warn.css
|
259
258
|
- test/sass/results/warn_imported.css
|
259
|
+
- test/sass/results/filename_fn.css
|
260
260
|
- test/sass/results/import_content.css
|
261
261
|
- test/sass/script_conversion_test.rb
|
262
262
|
- test/sass/script_test.rb
|