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
<body> | |
<!-- Begin Image --> | |
<!-- Invisible Box--> | |
<div class="box"> | |
<!-- Circular Head--> | |
<div class="head"> | |
<!-- Circular Head Copy --> | |
<div class="head-copy"></div> |
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
/* ========================================================================== | |
STYLE GUIDE | |
========================================================================== */ | |
/** | |
* | |
*/ | |
/* ========================================================================== | |
UTILITIES |
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
webpack .\entry.js bundle.js | |
webpack -w .\entry.js bundle.js | |
webpack -w --devtool source-map ./entry.js bundle.js | |
npm i css-loader style-loader -D | |
require('style!css!./style.css') | |
module.exports = { | |
entry: './entry.js', |
NewerOlder