Responsive Controls for Editor Blocks
Clone the below repository
git clone https://github.com/ashrafuzzaman93/block-responsive.gitRun below commands
cd block-responsivenpm installnpm run build• Dev build.
npm run start• Production build.
npm run build• Update all npm packages.
npm run packages-update• Lint JavaScript files.
npm run lint:js• Lint CSS/SCSS files.
npm run lint:css• Format code.
npm run format• Creates zip file for plugin distribution.
npm run plugin-zip