Open macro1 opened 10 years ago
I like this idea.
It's functional now. I don't think I'll get to refactoring the selectors.
I lied, it's cleaned up now... @treyhunner should be ready.
It seems to be broken:
It also seems to break other styling:
Ah. I missed that I had changed the feel of the code example above. The JS works fine for me though. Which browser? Are you testing using Jekyll?
@treyhunner, I changed the script source link to a relative one, I'm pretty sure that's what was keeping it from working in whatever environment you were testing the changes in.
@macro1 are you still around? I realize this is 5 years old, but I'd like to take another look at it. Problem is, I can't clone your branch because GitHub says it's an unknown repo.
@jedmao that is probably because I deleted my clone on Github at some point. You should be able to recover this branch from the 'pull' branches Github maintains with commands like this:
$ git fetch origin pull/22/head:demo
$ git checkout demo
Porting @treyhunner's demo from https://github.com/treyhunner/editorconfig-slides to the editorconfig site.
Adds gulp building (checking-in the compiled files, since publishing is currently through github's jekyll) and jQuery upgrade as well.