Skip to content

Instantly share code, notes, and snippets.

View barbier's full-sized avatar

Gabriel Barbier barbier

View GitHub Profile
@barbier
barbier / index.html
Created June 3, 2013 19:58
A CodePen by Gabriel do Nascimento Barbier. Linear-gradient - It's an up-to-date way to make linear gradients. Cross-browser and with fallbacks for older Internet Explorer and Mobile Browsers. Thanks to Lea Verou (http://lea.verou.me/2013/04/can-we-get-rid-of-gradient-prefixes/) and Bernard de Luna (http://tableless.com.br/como-usar-gradient-no-…
<button class="redSpartan">Red team wins</button>
<br />
<button class="blueSpartan">Blue team wins</button>
@barbier
barbier / Base converter.markdown
Last active July 12, 2016 03:14
Base converter
@barbier
barbier / webpack.config.js
Created April 5, 2017 19:43
Simple Webpack config to use with React
module.exports = {
entry: [
'./src/index.js'
],
output: {
path: __dirname,
filename: 'app/js/main.js'
},
module: {
loaders: [