cssarrowplease icon indicating copy to clipboard operation
cssarrowplease copied to clipboard

Pseudo-elements should use double colon syntax (:: instead of :)

Open JamesDonnelly opened this issue 9 years ago • 0 comments

:after and :before are relics left over from their CSS2 implementation. In the CSS3 module, these are defined as ::after and ::before. The only reason browsers still support the single-colon syntax is to prevent the CSS2 syntax from not functioning as intended.

JamesDonnelly avatar Jan 31 '17 13:01 JamesDonnelly