UNPKG

@eightshift/frontend-libs

Version:

A collection of useful frontend utility modules. powered by Eightshift

13 lines (10 loc) 316 B
/** * This is the main entry point for Block Editor blocks used for the `WordPress frontend screen`. * This file registers styles and scripts. * * Usage: `WordPress frontend screen`. */ // Styles. import './styles/application-blocks-frontend.scss'; // Scripts. import './scripts/application-blocks-frontend';