Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@csstools/postcss-stepped-value-functions

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/postcss-stepped-value-functions - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

8

CHANGELOG.md
# Changes to PostCSS Stepped Value Functions
### 4.0.4
### 4.0.5
_November 1, 2024_
_November 11, 2024_
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch)
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch)
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#204) (patch)
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#210) (minor)
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md)
{
"name": "@csstools/postcss-stepped-value-functions",
"description": "Use round, rem and mod functions in CSS",
"version": "4.0.4",
"version": "4.0.5",
"contributors": [

@@ -51,3 +51,3 @@ {

"dependencies": {
"@csstools/css-calc": "^2.0.4",
"@csstools/css-calc": "^2.1.0",
"@csstools/css-parser-algorithms": "^3.0.4",

@@ -54,0 +54,0 @@ "@csstools/css-tokenizer": "^3.0.3"

@@ -5,5 +5,5 @@ # PostCSS Stepped Value Functions [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]

[PostCSS Stepped Value Functions] lets you use `round`, `rem` and `mod` stepped value functions, following the [CSS Values 4].
[PostCSS Stepped Value Functions] lets you use `round`, `rem` and `mod` stepped value functions, following the [CSS Values 4] specification.
```pcss
```css
.test-functions {

@@ -70,3 +70,3 @@ padding: 8px mod(18px, 5px) 1px calc(rem(15px, 6px) + 50%);

```pcss
```css
.test-functions {

@@ -73,0 +73,0 @@ padding: 8px mod(18px, 5px) 1px calc(rem(15px, 6px) + 50%);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc