Skip to content

Commit

Permalink
Release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Aug 20, 2024
1 parent 7d2e27f commit df48f24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Spruce CSS Changelog

## v2.3.3 (2024-08-20)

### What's Changed
- Revert `clear-list` mixin's margin property.

## v2.3.2 (2024-08-20)

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprucecss",
"version": "2.3.2",
"version": "2.3.3",
"description": "Spruce CSS - Another CSS Framework",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion scss/mixin/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
// Clear list styles
@mixin clear-list {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
}

Expand Down

0 comments on commit df48f24

Please # to comment.