wp-admin-colors

6.0.0 • Public • Published

wp-admin-colors

NPM package

This package bundles the SCSS files required to compile a WordPress admin color scheme in an npm-ready package.

dist is a copy/paste of these files:

Usage

Add to your project:

npm install wp-admin-colors

Include in your SCSS file and override variables as desired:

@import "~wp-admin-colors/dist/admin";

Note: The ~ is a webpack convention.

How to update wp-admin-colors

This repository checks for WordPress updates via a scheduled GitHub action every week. When a new version is detected, the GitHub action will check to see if the relevant files have changed, create an appropriately-titled pull request with the changes if they have, and automatically merge it. This leaves two remaining steps for a developer to publish a release:

  1. Merge the release pull request generated by release-please.
  2. Pull the changes into you locally cloned copy of the repository, then run npm publish.

/wp-admin-colors/

    Package Sidebar

    Install

    npm i wp-admin-colors

    Weekly Downloads

    7

    Version

    6.0.0

    License

    GPL-2.0

    Unpacked Size

    36.8 kB

    Total Files

    10

    Last publish

    Collaborators

    • cmurtagh
    • fdalcin
    • thom_w
    • arzola
    • greatislander
    • steelwagstaff
    • ho-man-chan