sass 3.1.0.alpha.204 → 3.1.0.alpha.205
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/lib/sass/script/functions.rb +1 -1
- metadata +3 -3
data/REVISION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
992893e20e2be722e98284335a538e1efac856d5
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.0.alpha.
|
1
|
+
3.1.0.alpha.205
|
@@ -850,7 +850,7 @@ module Sass::Script
|
|
850
850
|
end
|
851
851
|
declare :scale, [:color], :var_kwargs => true
|
852
852
|
|
853
|
-
# Sets
|
853
|
+
# Sets one or more properties of a color.
|
854
854
|
# This can set the red, green, blue, hue, saturation, value, and alpha properties.
|
855
855
|
# The properties are specified as keyword arguments,
|
856
856
|
# and replace the color's current value for that property.
|
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.1.0.alpha.
|
4
|
+
version: 3.1.0.alpha.205
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Weizenbaum
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2010-12-
|
14
|
+
date: 2010-12-21 00:00:00 -05:00
|
15
15
|
default_executable:
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
@@ -254,10 +254,10 @@ files:
|
|
254
254
|
- test/sass/templates/parent_ref.sass
|
255
255
|
- test/sass/templates/scss_import.scss
|
256
256
|
- test/sass/templates/scss_importee.scss
|
257
|
+
- test/sass/templates/units.sass
|
257
258
|
- test/sass/templates/subdir/nested_subdir/_nested_partial.sass
|
258
259
|
- test/sass/templates/subdir/nested_subdir/nested_subdir.sass
|
259
260
|
- test/sass/templates/subdir/subdir.sass
|
260
|
-
- test/sass/templates/units.sass
|
261
261
|
- test/sass/templates/warn.sass
|
262
262
|
- test/sass/templates/warn_imported.sass
|
263
263
|
- test/sass/templates/nested_import.sass
|