Commit Graph

2 Commits

Author SHA1 Message Date
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