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

6 commits

Author SHA1 Message Date
Nathan Weizenbaum
bb03648d50 [Sass] Resolve nested properties in perform rather than to_s. 2009-10-13 13:44:50 -07:00
Nathan Weizenbaum
5911791254 [Sass] Make use of the refactoring to get rid of some repetitive error line setting. 2009-09-14 02:41:19 -07:00
Nathan Weizenbaum
93520e5be1 [Sass] Refactor the Sass::Tree::Node hierarchy by extracting a RootNode class from Node. 2009-09-14 02:41:19 -07:00
Nathan Weizenbaum
616a00cea6 [Sass] Improve error handling.
Unify and clarify the way Sass errors are handled (see notes in Sass::Error).
This fixes some bugs with filenames and/or line numbers being mis-recorded for imports.
2009-09-14 02:41:16 -07:00
Nathan Weizenbaum
a373d92bfb [Sass] Set the line numbers for illegal-property-syntax exceptions. 2009-09-13 16:01:26 -07:00
Nathan Weizenbaum
282009c85d [Sass] Rename AttrNode to PropNode. 2009-06-19 03:49:40 -07:00
Renamed from lib/sass/tree/attr_node.rb (Browse further)