Skip to content

Commit

Permalink
Fix trailing comma errors in CSS files #143 Fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 10, 2024
1 parent 3130570 commit ab0be52
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### 2.0.5rc: 2024-11-10
### 2.0.5: 2024-11-10

* Add unit test to test for CSS syntax errors #141
* Add custom validator for comma errors #141
* Fix trailing comma errors in CSS files #143 Fixes #141 (thanks @thomas-pike!)

### 2.0.4: 2024-10-18

Expand Down
2 changes: 1 addition & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.0.4 */
2.0.5 */

/* CSS variables */
:root {
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.0.4 */
2.0.5 */

/* CSS variables */
:root {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastodon-bird-ui",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -21,4 +21,4 @@
"stylelint-order": "^6.0.3"
},
"dependencies": {}
}
}

0 comments on commit ab0be52

Please sign in to comment.