Open iGadget73 opened 8 years ago
If this is the content of your snippets.json
then this is invalid JSON: you should remove trailing comma after "pointer-events:none;"
and try again (restart Atom)
Hmm, afaik this shouldn't be a problem, in JS it isn't. And I followed your instruction, but it still doesn't work. No changes. Can I see somewhere if the file was loaded at all?!
Hmm, afaik this shouldn't be a problem, in JS it isn't
It’s not JS, it’s JSON. You can open DevTools and check if there are any errors after you restart Atom
I try to extend the (s)css snippets with some missing css3 attributes like pointer-events. So I put my "snippets.json" into my local user folder under OS X in a folder called emmet (= default path "~/emmet"). The docs say that this will override all definitions that are defined double in the emmet "snippets.json".
so my local snippets.json looks like:
but no effects when writing "pen" in a (s)css file and pushing TAB doesn't do sh--! Any clues?!