stylus-source 0.18.0 → 0.19.0
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/VERSION +1 -1
- metadata +19 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.19.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stylus-source
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-10-
|
|
12
|
+
date: 2011-10-27 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Robust, expressive, and feature-rich CSS superset. This gem packages
|
|
15
15
|
up stylus for use with the stylus gem.
|
|
@@ -155,15 +155,25 @@ files:
|
|
|
155
155
|
- vendor/lib/visitor/index.js
|
|
156
156
|
- vendor/LICENSE
|
|
157
157
|
- vendor/Makefile
|
|
158
|
+
- vendor/node_modules/cssom/animation.html
|
|
159
|
+
- vendor/node_modules/cssom/bench.html
|
|
160
|
+
- vendor/node_modules/cssom/comments.js
|
|
158
161
|
- vendor/node_modules/cssom/docs/bar.css
|
|
162
|
+
- vendor/node_modules/cssom/docs/col_table.html
|
|
163
|
+
- vendor/node_modules/cssom/docs/cols.html
|
|
164
|
+
- vendor/node_modules/cssom/docs/cols_inline-blocks.html
|
|
159
165
|
- vendor/node_modules/cssom/docs/demo.css
|
|
166
|
+
- vendor/node_modules/cssom/docs/diff.html
|
|
160
167
|
- vendor/node_modules/cssom/docs/foo.css
|
|
161
168
|
- vendor/node_modules/cssom/docs/parse.html
|
|
162
169
|
- vendor/node_modules/cssom/docs/parse2.html
|
|
170
|
+
- vendor/node_modules/cssom/docs/parser.html
|
|
163
171
|
- vendor/node_modules/cssom/index.html
|
|
164
172
|
- vendor/node_modules/cssom/Jakefile
|
|
165
173
|
- vendor/node_modules/cssom/lib/clone.js
|
|
166
174
|
- vendor/node_modules/cssom/lib/CSSImportRule.js
|
|
175
|
+
- vendor/node_modules/cssom/lib/CSSKeyframeRule.js
|
|
176
|
+
- vendor/node_modules/cssom/lib/CSSKeyframesRule.js
|
|
167
177
|
- vendor/node_modules/cssom/lib/CSSMediaRule.js
|
|
168
178
|
- vendor/node_modules/cssom/lib/CSSOM.js
|
|
169
179
|
- vendor/node_modules/cssom/lib/CSSRule.js
|
|
@@ -173,8 +183,10 @@ files:
|
|
|
173
183
|
- vendor/node_modules/cssom/lib/index.js
|
|
174
184
|
- vendor/node_modules/cssom/lib/MediaList.js
|
|
175
185
|
- vendor/node_modules/cssom/lib/parse.js
|
|
186
|
+
- vendor/node_modules/cssom/lib/Parser.js
|
|
176
187
|
- vendor/node_modules/cssom/lib/StyleSheet.js
|
|
177
188
|
- vendor/node_modules/cssom/media.html
|
|
189
|
+
- vendor/node_modules/cssom/MIT-LICENSE.txt
|
|
178
190
|
- vendor/node_modules/cssom/package.json
|
|
179
191
|
- vendor/node_modules/cssom/plugins/toHTML.js
|
|
180
192
|
- vendor/node_modules/cssom/Rakefile
|
|
@@ -182,7 +194,10 @@ files:
|
|
|
182
194
|
- vendor/node_modules/cssom/server/index.html
|
|
183
195
|
- vendor/node_modules/cssom/server/index.js
|
|
184
196
|
- vendor/node_modules/cssom/shorthands.html
|
|
197
|
+
- vendor/node_modules/cssom/strings.html
|
|
198
|
+
- vendor/node_modules/cssom/test/_helper.js
|
|
185
199
|
- vendor/node_modules/cssom/test/clone.test.js
|
|
200
|
+
- vendor/node_modules/cssom/test/CSSImportRule.test.js
|
|
186
201
|
- vendor/node_modules/cssom/test/CSSStyleDeclaration.test.js
|
|
187
202
|
- vendor/node_modules/cssom/test/CSSStyleRule.test.js
|
|
188
203
|
- vendor/node_modules/cssom/test/CSSStyleSheet.test.js
|
|
@@ -464,6 +479,8 @@ files:
|
|
|
464
479
|
- vendor/test/cases/properties.one-line.css
|
|
465
480
|
- vendor/test/cases/properties.one-line.styl
|
|
466
481
|
- vendor/test/cases/properties.styl
|
|
482
|
+
- vendor/test/cases/property-access.bubble.css
|
|
483
|
+
- vendor/test/cases/property-access.bubble.styl
|
|
467
484
|
- vendor/test/cases/property-access.css
|
|
468
485
|
- vendor/test/cases/property-access.styl
|
|
469
486
|
- vendor/test/cases/regression.107.lookup-failure.css
|