wp-admin-scheme-scss
v0.3.1
Published
WordPress admin scheme scss decoupled from core
Readme
WordPress Admin Scheme SCSS
WordPress admin scheme scss decoupled from core. Intended for use in creating custom admin color schemes without importing files outside a custom theme.
Install
npm install --save wp-admin-scheme-scssUsage
Include the the admin.scss file, after defining the variables:
$highlight-color: #f00;
@import '~wp-admin-scheme-scss';License
ISC
