UNPKG

@eightshift/frontend-libs

Version:

A collection of useful frontend utility modules. powered by Eightshift

14 lines (11 loc) 414 B
/** * This is the main entry point for Application Admin used for the `WordPress admin screen`. * This file registers styles and scripts and all other assets only for the admin but not the editor. * You would load helpers, scripts, styles for admin here. * * Usage: `WordPress admin screen`. */ // Load styles import './styles/application-admin.scss'; // Load scripts import './scripts/application-admin';