compass-core 1.1.0.alpha.2 → 1.1.0.alpha.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c239cc632d3b43b43833f85bc4e2b35cc56cac60
|
4
|
+
data.tar.gz: 7621ee0f8a88f9058b3c26ea3417c78d94b801b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25d50120a5baf6171d49fc2d73a07f09b6cf885b0dbf6cf22e2fcf307d7c93ee9a8619d2ab092f341e659b2d35245f9ba569e28495fa6ee76c33408ebb73a108
|
7
|
+
data.tar.gz: 90a901598b8441636f5b88a83e8e430ef3d81b0d6ac624ab05639c0b53bd83b138333bd5becfc08742e5c89dc7b5c2b20090637ed165a213cd3f4a72044eb0f4
|
@@ -119,8 +119,7 @@ module Compass
|
|
119
119
|
# @see AssetCollection#initialize for options
|
120
120
|
def add_asset_collection(options)
|
121
121
|
@url_resolver = nil
|
122
|
-
|
123
|
-
@asset_collections << AssetCollection.new(options)
|
122
|
+
asset_collections << AssetCollection.new(options)
|
124
123
|
end
|
125
124
|
|
126
125
|
# When called with a block, defines the asset host url to be used.
|
@@ -293,6 +293,10 @@ module Compass::Core::SassExtensions::Functions::GradientSupport
|
|
293
293
|
to_official.to_s
|
294
294
|
end
|
295
295
|
|
296
|
+
def to_sass(*args)
|
297
|
+
to_s(*args)
|
298
|
+
end
|
299
|
+
|
296
300
|
def to_s_prefixed(options = self.options)
|
297
301
|
to_s(options)
|
298
302
|
end
|
@@ -419,6 +423,10 @@ module Compass::Core::SassExtensions::Functions::GradientSupport
|
|
419
423
|
s << ")"
|
420
424
|
end
|
421
425
|
|
426
|
+
def to_sass(*args)
|
427
|
+
to_s(*args)
|
428
|
+
end
|
429
|
+
|
422
430
|
standardized_prefix :webkit
|
423
431
|
standardized_prefix :moz
|
424
432
|
standardized_prefix :o
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0.alpha.
|
4
|
+
version: 1.1.0.alpha.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Eppstein
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-09-
|
14
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: sass
|