Created
January 9, 2017 08:47
-
-
Save tophermade/9915b8c970fc414d9f9767649255c452 to your computer and use it in GitHub Desktop.
example of jnx file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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