postcss-color-padregold
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published
San Diego Padres Friar Logo

PostCSS PadreGold

npm version

A PostCSS plugin for the Friar Faithful. Use the padregold color keyword in CSS.

.nlwest-is-best {
	color: padregold;
}

/* becomes */

.nlwest-is-best {
	color: #ffc425;
}

Credits

This plugin began as a fork of postcss-color-rebeccapurple. Thanks to its contributors for all of your great work.

Usage

Add [PostCSS PadreGold] to your project:

npm install postcss postcss-color-padregold --save-dev

Use it as a [PostCSS] plugin:

// postcss.config.js
const postcss = require("postcss");
const postcssPadreGold = require("postcss-color-padregold");

postcss([postcssPadreGold()]).process(YOUR_CSS /*, processOptions */);

Package Sidebar

Install

npm i postcss-color-padregold

Weekly Downloads

1

Version

1.0.0

License

CC0-1.0

Unpacked Size

10.8 kB

Total Files

6

Last publish

Collaborators

  • chancestrickland