File "tablet-only-20250510213030.js"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/src/blocks/image/css/tablet-only-20250510213030.js
File size: 294 bytes
MIME-type: text/html
Charset: utf-8

import buildCSS from '../../../utils/build-css';

import { applyFilters } from '@wordpress/hooks';

export default function DesktopCSS( props ) {
	const cssObj = applyFilters( 'generateblocks.editor.tabletOnlyCSS', [], props, 'image' );

	return (
		<style>{ buildCSS( cssObj ) }</style>
	);
}