Skip to content

Instantly share code, notes, and snippets.

View kettula's full-sized avatar

Viljo Malmberg kettula

  • Yleisradio Oy
  • Helsinki
View GitHub Profile
@kettula
kettula / _spacing.scss
Created November 23, 2016 10:16
Boostrap 4 spacing classes adapted for Foundation for Sites 6
/**
Adapted from Bootstrap 4
url: https://github.com/twbs/bootstrap
The MIT License (MIT)
Copyright (c) 2011-2016 Twitter, Inc.
Copyright (c) 2011-2016 The Bootstrap Authors
*/
@kettula
kettula / .gitignore
Created September 13, 2016 11:32 — forked from salcode/.gitignore
.gitignore file for WordPress - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20150227
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore
@kettula
kettula / 0_reuse_code.js
Created January 22, 2014 09:57
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