• Resolved webkoder

    (@webkoder)


    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.

    • This topic was modified 7 years, 10 months ago by webkoder. Reason: update
  • The topic ‘long number compiling’ is closed to new replies.