clearStyles method

Tag clearStyles()

Implementation

Tag clearStyles() {
  attrs.remove('style');
  return this;
}