Skip to content

Instantly share code, notes, and snippets.

View filipalacerda's full-sized avatar
🤸‍♂️

Filipa Lacerda filipalacerda

🤸‍♂️
View GitHub Profile
### Keybase proof
I hereby claim:
* I am lacerda on github.
* I am filipalacerda (https://keybase.io/filipalacerda) on keybase.
* I have a public key whose fingerprint is FFB4 98C9 9160 A22F C185 C231 AF1D 37AA F13F A8A1
To claim this, I am signing this object:
@filipalacerda
filipalacerda / webpack.js
Created October 14, 2015 14:39 — forked from Couto/webpack.js
Fetch polyfill with webpack
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var path = require('path');
var folders = {
APP: path.resolve(__dirname, '../app'),
BUILD: path.resolve(__dirname, '../build'),
BOWER: path.resolve(__dirname, '../bower_components'),
NPM: path.resolve(__dirname, '../node_modules')
};
@filipalacerda
filipalacerda / textEllipsisCSS.css
Created April 4, 2014 11:33
text(...) css text elipsis
.ellipsis {
text-overflow: ellipsis;
/* Required for text-overflow to do anything */
white-space: nowrap;
overflow: hidden;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@filipalacerda
filipalacerda / ads
Created December 17, 2019 15:55
test!
this is a test
this is a test
@filipalacerda
filipalacerda / test-1
Created December 18, 2019 10:56
test-1
test-1
this is a test
this is a test