Jason Featheringham ⊙ω⊙

Results 9 comments of Jason Featheringham ⊙ω⊙

Saw your same post on the other projects. Great thought! This really helped gave me a lot to research and consider!

> ``` > const wrapper = render( > ``` That should be `value`, no?

Sorry didn't mean to close

No, the fallback should be written _before the variable_, otherwise, the variable will never be used. Autoprefixer needs to ignore the lines with `var`, as they are invalid in IE11.

@wesleycho doesn't https://www.w3.org/WAI/GL/wiki/Using_aria-expanded_to_indicate_the_state_of_a_collapsible_element under "Description" state that it should be on the button? > When authors use collapsible content, for example, to hide navigation menus or lists of content, the...

@akash-pal It's an Electron app, so one could likely run it through an Electron build targeted for Windows.

Still hoping for this... the gist is important to have examples of the snippet usage, but I just want the first file for sublime.

Hey @mahnunchik, does gulp-cached only work with watch? If so, that means it'll run through _all the files_ when gulp is first fired.

If I'm not mistaken, if `{{#md-text}}` is tabbed in by 2+ spaces, and the block content is 4+, won't the content be interpreted as code? That might look really awkward...