UNPKG

@s.a.g.a/reset-css

Version:

A CSS reset library for building static websites without UI frameworks

35 lines (23 loc) 1.09 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.0] - 2025-06-26 ### Changed - Added `:where()` pseudo-class to multiple selectors to reduce specificity - Updated dimensional properties to use logical properties (`max-inline-size`, `block-size`, `min-inline-size`) - Changed `border: none` to `border: unset` for consistency - Updated anchor link styles to use `color: unset` and `text-decoration-line: unset` - Removed class-specific text decoration rules for anchor links ## [0.1.0] - 2025-06-26 ### Changed - Fixed anchor link text decoration to only apply to links without classes ## [0.0.1] - 2025-06-23 ### Changed - Updated README.md to English documentation - Added Windows PowerShell installation instructions - Added Dart Sass (@use) usage example alongside @import ## [0.0.0] - 2025-06-23 ### Added - Initial release of @s.a.g.a/reset-css