Chris Eppstein
|
001de0f560
|
[Sass Convert] Allow --dasherize option to convert underscores to dashes.
|
2010-04-03 14:43:12 -07:00 |
|
Nathan Weizenbaum
|
2baed988d9
|
[Sass] Make 1px/2px compile to that, literally, when necessary for CSS compatibility.
|
2010-03-27 02:29:42 -07:00 |
|
Nathan Weizenbaum
|
397cd62c5f
|
[Sass] Change the behavior of Sass strings.
This still has a few ConversionTest failures.
|
2010-03-25 17:23:37 -07:00 |
|
Nathan Weizenbaum
|
e6961f0e01
|
[Sass] Make sure !important is converted to !important.
|
2010-03-06 17:34:42 -08:00 |
|
Nathan Weizenbaum
|
41d2178b77
|
[Sass] Default to $ for the variable character.
|
2010-03-06 17:20:10 -08:00 |
|
Nathan Weizenbaum
|
e03d8e0c44
|
Merge remote branch 'chriseppstein/scss' into dollar-sign-vars
Conflicts:
lib/sass/script.rb
lib/sass/script/parser.rb
|
2010-03-06 15:21:35 -08:00 |
|
Nathan Weizenbaum
|
de1a763fea
|
Merge branch 'scss' into conversions
Conflicts:
lib/sass/script/funcall.rb
lib/sass/script/literal.rb
lib/sass/script/node.rb
lib/sass/script/operation.rb
lib/sass/script/unary_operation.rb
|
2010-02-21 16:39:56 -08:00 |
|
Nathan Weizenbaum
|
fb8a500212
|
[Sass] [SCSS] Make sure SCSS line numbers are reported correctly, even in the presence of SassScript.
|
2010-02-21 16:17:12 -08:00 |
|
Nathan Weizenbaum
|
c439efe0a9
|
[Sass] Add #to_sass methods for the Sass::Script nodes, and use in RuleNode.
|
2010-01-26 22:50:38 -08:00 |
|
Chris Eppstein
|
d7744a200d
|
[Sass] [SCSS] Allow variables to be prefixed by $ in addition to !
|
2010-01-15 20:50:35 -08:00 |
|
Nathan Weizenbaum
|
a9247c2f78
|
[Sass] Add some piping that'll allow Sass::Script::Node to have access to options.
|
2009-12-02 19:00:20 -08:00 |
|
Nathan Weizenbaum
|
329f87c9a8
|
[Sass] Add an abstract superclass for SassScript parse-tree nodes.
|
2009-04-25 02:00:36 -07:00 |
|
Nathan Weizenbaum
|
d8bc34bdfc
|
[Sass] Convert Sass::Script::Funcall docs to YARD.
|
2009-04-24 20:49:32 -07:00 |
|
Nathan Weizenbaum
|
8f298daf58
|
[Sass] Convert Sass::Script::Variable docs to YARD.
|
2009-04-24 20:15:10 -07:00 |
|
Nathan Weizenbaum
|
ea9addc385
|
Scope variables at indentation level.
|
2008-10-15 20:22:01 -07:00 |
|
Nathan Weizenbaum
|
6e347d5cca
|
Delay SassScript variable resolution until #perform.
|
2008-10-12 20:26:59 -07:00 |
|