This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // libsass (v3.3.2) | |
| // ---- | |
| %test { | |
| color: red; | |
| } | |
| @for $i from 1 through 4 { | |
| *:nth-child(#{$i}) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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(-) |