sass 3.3.0.alpha.59 → 3.3.0.alpha.60

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 CHANGED
@@ -1 +1 @@
1
- 6b1a36d5126d1d8e2b9550a69e3aab09db566fed
1
+ a961b2686f0391d723d57198bb97b665425a865b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.59
1
+ 3.3.0.alpha.60
@@ -1 +1 @@
1
- 22 December 2012 00:18:55 GMT
1
+ 22 December 2012 01:10:50 GMT
@@ -1741,7 +1741,7 @@ SCSS
1741
1741
  @import url(baz.css);
1742
1742
  CSS
1743
1743
  @import "foo.css", // this is a comment
1744
- "bar.css", // this is another comment
1744
+ "bar.css", /* this is another comment */
1745
1745
  "baz.css"; // this is a third comment
1746
1746
  SCSS
1747
1747
  end
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: 592302971
4
+ hash: 592302965
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 59
12
- version: 3.3.0.alpha.59
11
+ - 60
12
+ version: 3.3.0.alpha.60
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum