Skip to content

Commit

Permalink
removed join still in code
Browse files Browse the repository at this point in the history
  • Loading branch information
aproragadozo committed Nov 26, 2024
1 parent a8a8b88 commit 82a9014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/convertToObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function convertToObject(sourceString) {
// Save the last declaration
if (currentKey) {
styleSheet[currentKey] = currentValue
.join('\n')
.trim()
.replace(/;+$/, '')
.trim();
Expand Down

0 comments on commit 82a9014

Please sign in to comment.