Open trytriangles opened 7 years ago
I just swung by to see if anyone had offered a patch yet (and do one myself if needed!)
Oops, I accidentally duplicated this in #21.
Though, I think this should be against the master
branch, and bump the version?
Atom 1.13.0 was released today, and it deprecated some old CSS features.
:host
selectors now trigger a deprecation warning, and will trigger actual errors eventually, and syntactic class names like.string
and.keyword
have all been changed to.syntax--string
and.syntax--keyword
. So I thought I'd update the theme to satisfy these new desires and get Deprecation Cop to stop yelling at me.