diff --git a/CHANGELOG.md b/CHANGELOG.md index 42344f6..6550b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [1.16.0] - 2025-12-01 -- Add new rule `no-unitless-values` that disallows unitless numeric values for CSS properties that require units +- Add new rule `no-unitless-values` that disallows unitless numeric values for CSS properties that require units ([issue #6](https://github.com/antebudimir/eslint-plugin-vanilla-extract/issues/6)) - Flags both numeric literals (e.g., `width: 100`) and string literals with unitless numbers (e.g., `width: '100'`) - Allows zero values without units (valid CSS) and properties that accept unitless values (opacity, zIndex, lineHeight, etc.) - Configurable allowlist via `allow` option to exclude specific properties from checking