rohitkrai03 / pills

A simple responsive CSS Grid for humans. View Demo -
https://rohitkrai.dev/pills
MIT License
1.46k stars 56 forks source link

fix pseudo element syntax #11

Closed marcobiedermann closed 8 years ago

marcobiedermann commented 8 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