Commit Graph

3 Commits

Author SHA1 Message Date
Nathan Weizenbaum 56a4b203c2 Properly print infinite and nan Sass numbers. 2008-12-28 02:00:35 -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