Skip to content

Instantly share code, notes, and snippets.

@tophermade
Created January 9, 2017 08:47
Show Gist options
  • Save tophermade/9915b8c970fc414d9f9767649255c452 to your computer and use it in GitHub Desktop.
Save tophermade/9915b8c970fc414d9f9767649255c452 to your computer and use it in GitHub Desktop.
example of jnx file
### markup
<div class="wrap">
<section class="main">
<p>Content</p>
</section>
@> footer.jnx
</div>
### css
.wrap{
margin: auto;
}
### js
var thing;
function(thing){
console.log(thing);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment