Skip to content

Commit

Permalink
fix wrong comment (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew authored Dec 19, 2023
1 parent 67846dc commit e0e29dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/generate-css-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function removeProperty(styles, property, removedProperties) {
}

/**
* Manually formats JSON for improved compactness.
* Manually formats JSON for easier CSS parseability.
* @param {import('css-style-applier').RawStyleData} rules CSS ruleset.
* @returns {string}
*/
Expand Down

0 comments on commit e0e29dc

Please sign in to comment.