shankara-subramani / tinyreset

Tiny CSS reset for the modern web
http://tinyreset.surge.sh/
MIT License
247 stars 9 forks source link

add double colon to pseudo elements #3

Open marcobiedermann opened 7 years ago

marcobiedermann commented 7 years ago

Sometimes you will see double colons (::) instead of just one (:). This is part of CSS3 and an attempt to distinguish between pseudo-classes and pseudo-elements. Most browsers support both values.

https://developer.mozilla.org/en/docs/Web/CSS/Pseudo-elements