| @@ -28,9 +28,10 @@ | ||
| 28 | 28 | '{{WRAPPER}}.ablocks-block--qr-code:not(.ablocks-block-container), |
| 29 | 29 | {{WRAPPER}}.ablocks-block--qr-code .ablocks-block-container', |
| 30 | 30 | $this->get_qr_code_css( $attributes ), |
| 31 | 31 | $this->get_qr_code_css( $attributes, 'Tablet' ), |
| 32 | - $this->get_qr_code_css( $attributes, 'Mobile' ) | |
| 32 | + $this->get_qr_code_css( $attributes, 'Mobile' ), | |
| 33 | + $css_generator->custom_device_map( function ( $device ) use ( $attributes ) { return $this->get_qr_code_css( $attributes, $device ); } ) | |
| 33 | 34 | ); |
| 34 | 35 | return $css_generator->generate_css(); |
| 35 | 36 | |
| 36 | 37 | } |