Skip to content

Instantly share code, notes, and snippets.

View haschek's full-sized avatar

Michael Haschke haschek

View GitHub Profile
@haschek
haschek / vorlagetheme.html
Last active August 29, 2015 14:20
Vorlage Theme: A Bootstrap Template for Tumblr Themes. http://eye48.com/go/vorlagetheme
<html class="{select:Layout}">
<head>
{block:Hidden}
<!--
Vorlage Theme: A Boilerplate to bootstrap Tumblr Themes.
========================================================
You can use it as foundation to develop your own Tumblr theme.
It primarily focuses on Tumblr template tags and demonstrates
@haschek
haschek / _contrast.scss
Last active August 14, 2019 14:20
SCSS/SASS Accessibility Color Methods
/*
SCSS Color Methods for Accessibility
================================================================================
Adjust given colors to ensure that those color combination provide sufficient
contrast.
@version 0.1
@link http://eye48.com/go/scsscontrast
@haschek
haschek / .jshintrc
Created May 4, 2012 16:08
JSHint Configuration, Strict Edition
{
// --------------------------------------------------------------------
// JSHint Configuration, Strict Edition
// --------------------------------------------------------------------
//
// This is a options template for [JSHint][1], using [JSHint example][2]
// and [Ory Band's example][3] as basis and setting config values to
// be most strict:
//
// * set all enforcing options to true