Skip to content

Instantly share code, notes, and snippets.

View faizshukri's full-sized avatar
🍉

Faiz Shukri faizshukri

🍉
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.16/vue.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.Alert {
background: #ddd;
@faizshukri
faizshukri / config.json
Last active August 29, 2015 14:21 — forked from anonymous/config.json
Foodhall default theme
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#7be39d, 6.5%)",
"@brand-success": "#5cb85c",
@faizshukri
faizshukri / 0_reuse_code.js
Created December 9, 2013 03:46
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console