| @@ -16,7 +16,7 @@ | ||
| 16 | 16 | const TRANSFORM_SELECTOR_CLASS = ''; |
| 17 | 17 | const MARGIN = 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} calc(var(--kit-widget-spacing, 0px) + {{BOTTOM}}{{UNIT}}) {{LEFT}}{{UNIT}};'; |
| 18 | 18 | |
| 19 | 19 | public function get_name() { |
| 20 | - return 'common-optimized'; // TODO: Rename to 'common' and use this version when the Optimized Markup feature is merged. | |
| 20 | + return 'common-optimized'; | |
| 21 | 21 | } |
| 22 | 22 | } |