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
| { | |
| "flow.pathToFlow": "./node_modules/.bin/flow", | |
| "flow.useNPMPackagedFlow": true, | |
| "javascript.validate.enable": false, | |
| "eslint.enable": true, | |
| "eslint.options": { | |
| "configFile": "./.eslintrc" | |
| } | |
| } |
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
| [{ | |
| "home": { | |
| "header": { | |
| "h1": "This is a page title", | |
| "h2": "This is the sub title" | |
| }, | |
| "block": { | |
| "p": "Jojo\'s Bizarre Adventure is amazing" | |
| } | |
| } |
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
| (function (root, factory) { | |
| if (typeof define === 'function' && define.amd) { | |
| // AMD. Register as an anonymous module. | |
| define(['b'], factory); | |
| } else { | |
| // Browser globals | |
| root.amdWeb = factory(root.b); | |
| } | |
| }(typeof self !== 'undefined' ? self : this, function (b) { | |
| // Use b in some fashion. |
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
| <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css"> | |
| <header class="mb3"> | |
| <h1>This Week in Web<h1> | |
| </header> | |
| <section> | |
| <h3>Sign up to This Week in Web</h3> | |
| <div id="mc_embed_signup" class="signup_1"> | |
| <form action="https://thisweekinweb.us17.list-manage.com/subscribe/post?u=8701aa3aaf9fc97949a58b6ab&id=99cd619f53" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> | |
| <div id="mc_embed_signup_scroll"> |
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
| <div class="block"> | |
| <div class="block__element"> | |
| <div class="block--modifer">Oh hai BEM</div> | |
| </div> | |
| </div> |