Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

nicksheffield/postcss-color-hexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postcss-color-hexa Build Status

A postcss plugin that enables the use of hexa() to combine hex codes and opacity into rgba()


Input

body {
	background: hexa(#abc, 0.1);
}

Output

body {
	background: rgba(170, 187, 204, 0.1);
}

Usage

postcss([require('postcss-color-hexa')]);

Install

npm install --save postcss-color-hexa

About

A postcss plugin that enables the use of hexa() to combine hex codes and opacity into rgba()

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors