Closed variadico closed 9 years ago
Thanks for reporting this. That would be absolutely wonderful, @pi241a !
Closed with #41
Just pointing out that your latest commit, Add red buttons, re-introduced the old syntax for pseudo-elements.
FYI.
Thanks for pointing this out @variadico, I'll swap the syntax out today.
Latest version now uses the new syntax.
Hello! Furtive calls itself a "forward-thinking" microframework.
But, I noticed that pseudo-elements in this project use the obsolete syntax (according to MDN). https://developer.mozilla.org/en-US/docs/Web/CSS/::before
For example, here. https://github.com/johnotander/furtive/blob/master/css/furtive.css#L426
Could it be reasonable to update the syntax from
foo:before
tofoo::before
? I can submit a pull request if that would help.