Skip to content

Commit 5d341a3

Browse files
committed
postcss-color-hex-alpha v10.0.0
1 parent 606ebc2 commit 5d341a3

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

plugins/postcss-color-hex-alpha/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Color Hex Alpha
22

3-
### Unreleased (major)
3+
### 10.0.0
4+
5+
_August 3, 2024_
46

57
- Updated: Support for Node v18+ (major).
68
- Updated [`@csstools/utilities`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities/CHANGELOG.md#200) (major)

plugins/postcss-color-hex-alpha/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# PostCSS Color Hex Alpha [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
22

3-
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-color-hex-alpha.svg" height="20">][npm-url] [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url] [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]<br><br>[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/hexadecimal-alpha-notation.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/hexadecimal-alpha-notation.svg" height="20">][css-url]
4-
5-
```bash
6-
npm install postcss-color-hex-alpha --save-dev
7-
```
3+
`npm install postcss-color-hex-alpha --save-dev`
84

95
[PostCSS Color Hex Alpha] lets you use 4 & 8 character hex color notation in
106
CSS, following the [CSS Color Module] specification.
@@ -40,16 +36,7 @@ postcss([
4036
]).process(YOUR_CSS /*, processOptions */);
4137
```
4238

43-
[PostCSS Color Hex Alpha] runs in all Node environments, with special
44-
instructions for:
4539

46-
- [Node](INSTALL.md#node)
47-
- [PostCSS CLI](INSTALL.md#postcss-cli)
48-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
49-
- [Webpack](INSTALL.md#webpack)
50-
- [Next.js](INSTALL.md#nextjs)
51-
- [Gulp](INSTALL.md#gulp)
52-
- [Grunt](INSTALL.md#grunt)
5340

5441
## Options
5542

plugins/postcss-color-hex-alpha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-color-hex-alpha",
33
"description": "Use 4 & 8 character hex color notation in CSS",
4-
"version": "9.0.4",
4+
"version": "10.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)