long number compiling
-
Hi, looks like there is a bug.
When I have in scss long value, e.g.:
z-index: 999999999999999999;It will compile as: z-index: 1.0E+18;
Which is invalid.Anyway, thank you for such usefull plugin!
UPDATE: sorry my bad, looks like z-index can be max 2147483647 as 32bit integer.
- The topic ‘long number compiling’ is closed to new replies.