Skip to content

Commit ac37f67

Browse files
committed
@csstools/postcss-exponential-functions v2.0.0
1 parent 48133db commit ac37f67

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

plugins/postcss-exponential-functions/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Exponential Functions
22

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

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

plugins/postcss-exponential-functions/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# PostCSS Exponential Functions [<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/@csstools/postcss-exponential-functions.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/exponential-functions.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/exponential-functions.svg" height="20">][css-url]
4-
5-
```bash
6-
npm install @csstools/postcss-exponential-functions --save-dev
7-
```
3+
`npm install @csstools/postcss-exponential-functions --save-dev`
84

95
[PostCSS Exponential Functions] lets you use the `pow()`, `sqrt()`, `hypot()`, `log()`, `exp()` functions following the [CSS Values 4 Specification].
106

@@ -47,16 +43,7 @@ postcss([
4743
]).process(YOUR_CSS /*, processOptions */);
4844
```
4945

50-
[PostCSS Exponential Functions] runs in all Node environments, with special
51-
instructions for:
5246

53-
- [Node](INSTALL.md#node)
54-
- [PostCSS CLI](INSTALL.md#postcss-cli)
55-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
56-
- [Webpack](INSTALL.md#webpack)
57-
- [Next.js](INSTALL.md#nextjs)
58-
- [Gulp](INSTALL.md#gulp)
59-
- [Grunt](INSTALL.md#grunt)
6047

6148
## Options
6249

plugins/postcss-exponential-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-exponential-functions",
33
"description": "Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS",
4-
"version": "1.0.9",
4+
"version": "2.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)