Skip to content

Instantly share code, notes, and snippets.

View larizzatg's full-sized avatar
🎯
Focusing

Larizza Tueros larizzatg

🎯
Focusing
View GitHub Profile
@larizzatg
larizzatg / index.html
Created July 4, 2017 23:55
Koala #dailycssimages
<body>
<!-- Begin Image -->
<!-- Invisible Box-->
<div class="box">
<!-- Circular Head-->
<div class="head">
<!-- Circular Head Copy -->
<div class="head-copy"></div>
@larizzatg
larizzatg / basic.css
Created November 17, 2016 14:22
Idiomatic css layout
/* ==========================================================================
STYLE GUIDE
========================================================================== */
/**
*
*/
/* ==========================================================================
UTILITIES
@larizzatg
larizzatg / Webpack
Created November 17, 2016 13:28
Webpack commands
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',