Skip to content

Commit

Permalink
Added gallery build file.
Browse files Browse the repository at this point in the history
- Ideally this can be used to provide different build configurations.
- Total experimentation
  • Loading branch information
benschwarz committed Mar 11, 2013
1 parent 96721fb commit 7150cd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/gallery.build.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import "gallery";

@for $i from 2 through 5 {
@include gallery($i);
}

0 comments on commit 7150cd7

Please sign in to comment.