mdn / css-examples

Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
618 stars 854 forks source link

Adding semicolons after the last declarations #123

Closed yarusome closed 1 year ago

yarusome commented 1 year ago

This PR adds semicolons after the last declarations appeared on Pseudo-classes and pseudo-elements in order to eliminate possible distraction for learners with resprect to the CSS syntax.

Fixes https://github.com/mdn/content/issues/25274.

Note: It seems that the GitHub website editor also did something to the ends of the changed files. Do I have to patch them up?