add(selector, styles) {
    if (!this.selectors.has(selector) && !_.isEmpty(styles)) {
      this.selectors.set(selector, styles)
      this._emitChange()
    }