postcss-color-functional-notation 7.0.0 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -9
- package/README.md +1 -14
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
# Changes to PostCSS Color Functional Notation
|
|
2
2
|
|
|
3
|
-
### 7.0.
|
|
3
|
+
### 7.0.2
|
|
4
4
|
|
|
5
|
-
_August
|
|
5
|
+
_August 18, 2024_
|
|
6
6
|
|
|
7
|
-
- Updated
|
|
8
|
-
- Updated [`@csstools/css-
|
|
9
|
-
- Updated [`@csstools/css-
|
|
10
|
-
- 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)
|
|
11
|
-
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#300) (major)
|
|
12
|
-
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#400) (major)
|
|
13
|
-
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#300) (major)
|
|
7
|
+
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#301) (patch)
|
|
8
|
+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#301) (patch)
|
|
9
|
+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#302) (patch)
|
|
14
10
|
|
|
15
11
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md)
|
package/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# PostCSS Color Functional Notation [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
```bash
|
|
6
|
-
npm install postcss-color-functional-notation --save-dev
|
|
7
|
-
```
|
|
3
|
+
`npm install postcss-color-functional-notation --save-dev`
|
|
8
4
|
|
|
9
5
|
[PostCSS Color Functional Notation] lets you use space and slash separated
|
|
10
6
|
color notation in CSS, following the [CSS Color] specification.
|
|
@@ -46,16 +42,7 @@ postcss([
|
|
|
46
42
|
]).process(YOUR_CSS /*, processOptions */);
|
|
47
43
|
```
|
|
48
44
|
|
|
49
|
-
[PostCSS Color Functional Notation] runs in all Node environments, with special
|
|
50
|
-
instructions for:
|
|
51
45
|
|
|
52
|
-
- [Node](INSTALL.md#node)
|
|
53
|
-
- [PostCSS CLI](INSTALL.md#postcss-cli)
|
|
54
|
-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
|
|
55
|
-
- [Webpack](INSTALL.md#webpack)
|
|
56
|
-
- [Next.js](INSTALL.md#nextjs)
|
|
57
|
-
- [Gulp](INSTALL.md#gulp)
|
|
58
|
-
- [Grunt](INSTALL.md#grunt)
|
|
59
46
|
|
|
60
47
|
## Options
|
|
61
48
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-color-functional-notation",
|
|
3
3
|
"description": "Use space and slash separated color notation in CSS",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.2",
|
|
5
5
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
6
6
|
"license": "MIT-0",
|
|
7
7
|
"funding": [
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dist"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@csstools/css-color-parser": "^3.0.
|
|
42
|
-
"@csstools/css-parser-algorithms": "^3.0.
|
|
43
|
-
"@csstools/css-tokenizer": "^3.0.
|
|
41
|
+
"@csstools/css-color-parser": "^3.0.2",
|
|
42
|
+
"@csstools/css-parser-algorithms": "^3.0.1",
|
|
43
|
+
"@csstools/css-tokenizer": "^3.0.1",
|
|
44
44
|
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
|
|
45
45
|
"@csstools/utilities": "^2.0.0"
|
|
46
46
|
},
|