Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

🎨 minor fix for before pseudo element #842

Merged
merged 1 commit into from May 22, 2016
Merged

Conversation

Connormiha
Copy link
Contributor

CSS code style. :: is more preference, than :

/* CSS3 syntax */
element::before { style properties }

/* CSS2 obsolete syntax (only needed to support IE8) */
element:before  { style properties }

https://developer.mozilla.org/en/docs/Web/CSS/::before

@50Wliu 50Wliu merged commit 32351a4 into atom:master May 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants