0.2.0 • Published 2 years ago

wp-admin-scheme-scss v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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