9.0.4 • Published 2 months ago

postcss-color-hex-alpha v9.0.4

Weekly downloads
3,902,597
License
MIT
Repository
github
Last release
2 months ago

PostCSS Color Hex Alpha

npm install postcss-color-hex-alpha --save-dev

PostCSS Color Hex Alpha lets you use 4 & 8 character hex color notation in CSS, following the CSS Color Module specification.

body {
	background: #9d9c;
}

/* becomes */

body {
	background: rgba(153,221,153,0.8);
}

Usage

Add PostCSS Color Hex Alpha to your project:

npm install postcss postcss-color-hex-alpha --save-dev

Use it as a PostCSS plugin:

const postcss = require('postcss');
const postcssColorHexAlpha = require('postcss-color-hex-alpha');

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

PostCSS Color Hex Alpha runs in all Node environments, with special instructions for:

Options

preserve

The preserve option determines whether the original notation is preserved. By default, it is not preserved.

postcssColorHexAlpha({ preserve: true })
body {
	background: #9d9c;
}

/* becomes */

body {
	background: rgba(153,221,153,0.8);
	background: #9d9c;
}
postcss-preset-env@infinitebrahmanuniverse/nolb-postcss-csklif-ui-kitsklif-api@everything-registry/sub-chunk-2460sklif-ui@helpfulhuman/postcss-preset@jump-mp/blender-compile@knooks/use-title@leiyulf/gantt-task-reactfeds-cli@oat-sa/postcss-preset-env@mayuriachewad/pickupbiz-npm-packagefrack-postcss@max-norin/postcss-project-init@namtoonix/editorjs-custom-multiple-selected@mntm/scripts@nore/bundle-css@nore/plugin-css@kkt/postcss-preset-env@revues/code-compiler@pangolinjs/postcss-preset-envgulp-config-devhelp-widgetitbjulien-easy-modalmy-library-button@anonybit-modules/videoreconstruction@zalastax/nolb-postcss-c@contagt/metismenucase-gg-editormodern-spa-boilerplateadvanced-boilerplatemavectranka-gantt-task-react@chialab/postcss-preset-chialab@csstools/csstools-clilevel4@vasosolo/multiselectcomboboxmicroend-componentpostcss-preset-ccbcustome-package-aminpostcss-preset-evergreenpm-galleryomni-common-uipickupbiz-npm-packagepostcss-cssnextpostcss-csspluspostcss-mythreact-lightbox-pack-18supportreact-ang-notifications-honey-comb-setupparis-nord-estcssnextcsslibify@deflock/assettler-processor-modularcss@digitalnativeinc/postcss-preset-env@digitalnative/postcss-preset-envnxtuple-react-scriptsoberd-oui-webpack-configreactofy-css-libraryresponsis-gantt-task-reactreact-solid-gradient-pickerspike-css-standardsstyle-guide-main@carhoo/widget-dealerscodelane-react-scriptsstories-react-bdstories-fstest-iki-mini-appvirtual-tour-guide@finclip/blender-compile@gotoeasy/csjsecstacyeditorjs_forkededitor.js-custom-multiple-selectededge-postcssedgecss@ericmcornelius/easezubtesttoday@enirisdev/angular-google-charts
9.0.4

2 months ago

9.0.3

4 months ago

9.0.2

1 year ago

9.0.1

1 year ago

9.0.0

1 year ago

8.0.4

2 years ago

8.0.1

2 years ago

8.0.3

2 years ago

8.0.2

2 years ago

8.0.0

3 years ago

7.0.0

3 years ago

6.0.0

4 years ago

5.0.3

5 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.0.0

7 years ago

2.0.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

10 years ago