Skip to content

Commit

Permalink
Fix nesting test
Browse files Browse the repository at this point in the history
Closes #434
Closes #435
  • Loading branch information
MoOx committed Jan 22, 2018
1 parent 0d2cd29 commit 9b1bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/fixtures/features/nesting.expected.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
color: red
}
.foo .bar {
color: white
color: white;
}

2 comments on commit 9b1bfc2

@DanielRuf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow this makes not much sense to me as the trailing semicolon is not needed for the last line in a CSS block.

Imo this is still a bug in the nesting plugin.

@DanielRuf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was also a different file for which I proposed a change ;-)

Please sign in to comment.