1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Chris Eppstein
001de0f560 [Sass Convert] Allow --dasherize option to convert underscores to dashes. 2010-04-03 14:43:12 -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
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
Nathan Weizenbaum
6c718b21a8 [Sass] Pass the options into literals returned by functions and operations. 2009-12-03 13:41:23 -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
6c502cadb8 [Sass] Alias opacify and transparentize as fade-in and fade-out, respectively. 2009-11-10 23:01:55 -08:00
Nathan Weizenbaum
e07ea0e5c3 [Sass] Add basic support for alpha channels in colors. 2009-11-10 17:28:39 -08:00
Nathan Weizenbaum
e907b2c382 [Sass] Fix a Ruby 1.9 compatibility error. 2009-07-13 23:06:24 -07: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
6161e5fd5c [Sass] Move Funcall::EvaluationContext to Functions. 2009-04-24 18:09:01 -07:00
Chris Eppstein
0c7f7b6d4e [Sass] Provide access to the Sass::Engine options from the Sass::Environment and during Sass function evaluation. This enables some cleverness to occur during compilation. 2009-04-05 02:28:01 -07:00
Chris Eppstein
a6d3850e69 Sass changes for Ruby 1.9 compatibility. 2009-02-06 02:41:47 -08:00
Nathan Weizenbaum
b8e9b5c14e Handle 1.9 *_methods stuff in master. 2009-01-22 16:41:36 -08:00
Nathan Weizenbaum
6e347d5cca Delay SassScript variable resolution until #perform. 2008-10-12 20:26:59 -07:00
Nathan Weizenbaum
983f8c199e Make sure function arguments are resolved before passing them to the functions. 2008-10-12 20:21:50 -07:00
Nathan Weizenbaum
05a617b86d Mark some new Sass::Script classes as :nodoc:. 2008-10-12 19:04:40 -07:00
Nathan Weizenbaum
03d2ab6f3b Rename Sass::Constant to Sass::Script, and refer to constants as variables. 2008-10-12 19:03:06 -07:00
Renamed from lib/sass/constant/funcall.rb (Browse further)