File "desktop.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/blocks/image/css/desktop.js
File
size: 291 B (291 B bytes)
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
import buildCSS from '../../../utils/build-css';
import { applyFilters } from '@wordpress/hooks';
export default function DesktopCSS( props ) {
const cssObj = applyFilters( 'generateblocks.editor.desktopCSS', [], props, 'image' );
return (
<style>{ buildCSS( cssObj ) }</style>
);
}