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

4 commits

Author SHA1 Message Date
Chris Eppstein
b0f7432eb5 Silence all the deprecation warnings in the unit tests. 2008-12-14 20:00:21 -08:00
Nathan Weizenbaum
fe3fdd0515 Render Sass colors as color names when possible. 2008-11-22 19:22:34 -08:00
Chris Eppstein
689bb9e683 No longer perform division using integer division if only integers are used.
If you want integer-based division you should now do the following instead:
floor(14/5)
which will return 2 instead of 2.8.
2008-10-15 20:26:26 -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 test/sass/results/constants.css (Browse further)