diff --git a/source/php/Component/Typography/Typography.php b/source/php/Component/Typography/Typography.php index 49c32c1a..2b061562 100644 --- a/source/php/Component/Typography/Typography.php +++ b/source/php/Component/Typography/Typography.php @@ -30,7 +30,7 @@ public function init() { self::$hasSeenH1 = true; } } - $this->data['attributeList']['niclas-har-fel-om-denna-visas'] = ''; + //Variant $this->data['classList'][] = $this->getBaseClass() . "__variant--" . $variant; }