Skip to content

Instantly share code, notes, and snippets.

View murum's full-sized avatar

Christoffer Rydberg murum

  • Christoffer Rydberg
  • Hallsberg, Sweden
  • 18:21 (UTC +02:00)
View GitHub Profile
@murum
murum / gist:38907fc6f336399ab054
Last active August 29, 2015 14:03
equal width columns
// A small and easy experiment by Harry Roberts showing how to achieve equal-width columns in a table with table-layout: fixed;.
// DEMO
http://jsfiddle.net/csswizardry/zfSt4/
// HTML
<ul class="tabs primary-nav">
<li class="tabs__item">
<a href="#" class="tabs__link">Home</a>
</li>
anonymous
anonymous / gist:8313834
Created January 8, 2014 09:02
Väldigt basic gruntfil jag kör på sometimes
'use strict';
module.exports = function(grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
grunt.initConfig({
sass: { // Task
dist: { // Target
options: { // Target options