haml-edge 2.3.180 → 2.3.181
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/EDGE_GEM_VERSION +1 -1
- data/README.md +8 -7
- data/VERSION +1 -1
- metadata +12 -12
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.181
|
data/README.md
CHANGED
|
@@ -129,7 +129,8 @@ like `if` and `while`:
|
|
|
129
129
|
= "Happy new " + "year!"
|
|
130
130
|
|
|
131
131
|
Haml provides far more tools than those presented here.
|
|
132
|
-
Check out the reference documentation
|
|
132
|
+
Check out the [reference documentation](http://beta.haml-lang.com/docs/yardoc/file.HAML_REFERENCE.md)
|
|
133
|
+
for full details.
|
|
133
134
|
|
|
134
135
|
#### Indentation
|
|
135
136
|
|
|
@@ -150,10 +151,10 @@ and get small stylesheets up and running quickly,
|
|
|
150
151
|
particularly with the help of
|
|
151
152
|
[the Compass style library](http://compass-style.org).
|
|
152
153
|
|
|
153
|
-
[vars]: http://sass-lang.
|
|
154
|
-
[nested]: http://sass-lang.
|
|
155
|
-
[mixins]: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#mixins
|
|
156
|
-
[imports]: http://sass-lang.
|
|
154
|
+
[vars]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.md#variables_
|
|
155
|
+
[nested]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.md#nested_rules_
|
|
156
|
+
[mixins]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#mixins
|
|
157
|
+
[imports]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.md#import
|
|
157
158
|
|
|
158
159
|
Sass has two syntaxes.
|
|
159
160
|
The one presented here, known as "SCSS" (for "Sassy CSS"),
|
|
@@ -162,7 +163,7 @@ The other (older) syntax, known as the indented syntax or just "Sass",
|
|
|
162
163
|
is whitespace-sensitive and indentation-based.
|
|
163
164
|
For more information, see the [reference documentation][syntax].
|
|
164
165
|
|
|
165
|
-
[syntax]: http://sass-lang.
|
|
166
|
+
[syntax]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.md#syntax
|
|
166
167
|
|
|
167
168
|
To run the following examples and see the CSS they produce,
|
|
168
169
|
put them in a file called `test.scss` and run `sass test.scss`.
|
|
@@ -231,7 +232,7 @@ You can even give them arguments.
|
|
|
231
232
|
}
|
|
232
233
|
|
|
233
234
|
A comprehensive list of features is available
|
|
234
|
-
in the [Sass reference](http://sass-lang.
|
|
235
|
+
in the [Sass reference](http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.md).
|
|
235
236
|
|
|
236
237
|
## Executables
|
|
237
238
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.181
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haml-edge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.181
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -113,9 +113,9 @@ files:
|
|
|
113
113
|
- lib/sass/tree/node.rb
|
|
114
114
|
- lib/sass/tree/prop_node.rb
|
|
115
115
|
- lib/sass/tree/rule_node.rb
|
|
116
|
-
- lib/sass/tree/root_node.rb
|
|
117
116
|
- lib/sass/tree/variable_node.rb
|
|
118
117
|
- lib/sass/tree/while_node.rb
|
|
118
|
+
- lib/sass/tree/root_node.rb
|
|
119
119
|
- lib/sass/scss.rb
|
|
120
120
|
- lib/sass/scss/css_parser.rb
|
|
121
121
|
- lib/sass/scss/parser.rb
|
|
@@ -248,9 +248,9 @@ files:
|
|
|
248
248
|
- test/sass/results/mixins.css
|
|
249
249
|
- test/sass/results/multiline.css
|
|
250
250
|
- test/sass/results/nested.css
|
|
251
|
-
- test/sass/results/options.css
|
|
252
251
|
- test/sass/results/parent_ref.css
|
|
253
252
|
- test/sass/results/script.css
|
|
253
|
+
- test/sass/results/options.css
|
|
254
254
|
- test/sass/results/subdir/nested_subdir/nested_subdir.css
|
|
255
255
|
- test/sass/results/subdir/subdir.css
|
|
256
256
|
- test/sass/results/units.css
|
|
@@ -265,31 +265,31 @@ files:
|
|
|
265
265
|
- test/sass/templates/basic.sass
|
|
266
266
|
- test/sass/templates/bork1.sass
|
|
267
267
|
- test/sass/templates/bork2.sass
|
|
268
|
-
- test/sass/templates/
|
|
269
|
-
- test/sass/templates/
|
|
268
|
+
- test/sass/templates/import.sass
|
|
269
|
+
- test/sass/templates/mixins.sass
|
|
270
270
|
- test/sass/templates/compact.sass
|
|
271
271
|
- test/sass/templates/complex.sass
|
|
272
272
|
- test/sass/templates/compressed.sass
|
|
273
273
|
- test/sass/templates/expanded.sass
|
|
274
|
-
- test/sass/templates/import.sass
|
|
275
274
|
- test/sass/templates/importee.sass
|
|
276
275
|
- test/sass/templates/line_numbers.sass
|
|
277
|
-
- test/sass/templates/
|
|
278
|
-
- test/sass/templates/
|
|
276
|
+
- test/sass/templates/parent_ref.sass
|
|
277
|
+
- test/sass/templates/script.sass
|
|
278
|
+
- test/sass/templates/units.sass
|
|
279
279
|
- test/sass/templates/multiline.sass
|
|
280
280
|
- test/sass/templates/nested.sass
|
|
281
|
+
- test/sass/templates/bork3.sass
|
|
282
|
+
- test/sass/templates/bork4.sass
|
|
283
|
+
- test/sass/templates/mixin_bork.sass
|
|
281
284
|
- test/sass/templates/nested_bork1.sass
|
|
282
285
|
- test/sass/templates/nested_bork2.sass
|
|
283
286
|
- test/sass/templates/nested_bork3.sass
|
|
284
287
|
- test/sass/templates/nested_bork4.sass
|
|
285
288
|
- test/sass/templates/nested_mixin_bork.sass
|
|
286
|
-
- test/sass/templates/options.sass
|
|
287
|
-
- test/sass/templates/parent_ref.sass
|
|
288
|
-
- test/sass/templates/script.sass
|
|
289
289
|
- test/sass/templates/subdir/nested_subdir/_nested_partial.sass
|
|
290
290
|
- test/sass/templates/subdir/nested_subdir/nested_subdir.sass
|
|
291
291
|
- test/sass/templates/subdir/subdir.sass
|
|
292
|
-
- test/sass/templates/
|
|
292
|
+
- test/sass/templates/options.sass
|
|
293
293
|
- test/sass/templates/scss_import.scss
|
|
294
294
|
- test/sass/templates/scss_importee.scss
|
|
295
295
|
- test/sass/callbacks_test.rb
|