# File lib/less/engine/nodes/literal.rb, line 89
      def initialize value, unit = nil
        super value.to_f
        @unit = (unit.nil? || unit.empty?) ? nil : unit
      end