wp-admin-scheme-scss
v0.2.0
Published
WordPress admin scheme scss decoupled from core
Downloads
1
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-scss
Usage
Include the the admin.scss file, after defining the variables:
$highlight-color: #f00;
@import '~wp-admin-scheme-scss';
License
ISC