# File lib/less/engine/nodes/property.rb, line 30
      def copy
        clone.tap {|c| c.value = value.copy }
      end