if (node.callee === 'percentage') {
    if (floatingPercentage) {
      return '((' + generateValue(node.params[0], property) + ') / 100)'
    }