Skip to content

Instantly share code, notes, and snippets.

View nathanielw's full-sized avatar
💤
Taking a break from hobby projects

Nate Watson nathanielw

💤
Taking a break from hobby projects
View GitHub Profile
@nathanielw
nathanielw / SassMeister-input.scss
Created December 27, 2015 07:50
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
%test {
color: red;
}
@for $i from 1 through 4 {
*:nth-child(#{$i}) {
From 08aafd0460a7bedff6469b77b0b97c98ed9244c9 Mon Sep 17 00:00:00 2001
From: Nathaniel Watson <nathaniel@nwatson.nz>
Date: Sun, 3 May 2015 21:33:01 +1200
Subject: [PATCH] Fixed some minor issues that prevented the OSX build script
from working.
---
build/build.sh | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)