#lovewins

This commit is contained in:
jina 2015-06-26 08:57:24 -07:00
parent 2019b0cc40
commit 881370f009
2 changed files with 24 additions and 23 deletions

View File

@ -1,7 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (4.1.10)
activesupport (4.1.12)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@ -15,10 +15,10 @@ GEM
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.4)
coffee-script (2.3.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1)
coffee-script-source (1.9.1.1)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
@ -36,7 +36,7 @@ GEM
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.0.7)
execjs (2.4.0)
execjs (2.5.2)
ffi (1.9.8)
haml (4.0.6)
tilt
@ -44,23 +44,23 @@ GEM
hitimes (1.2.2)
hooks (0.4.0)
uber (~> 0.0.4)
htmlcompressor (0.1.2)
htmlcompressor (0.2.0)
http_parser.rb (0.6.0)
i18n (0.7.0)
json (1.8.2)
kramdown (1.6.0)
listen (2.10.0)
json (1.8.3)
kramdown (1.7.0)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
middleman (3.3.10)
middleman (3.3.12)
coffee-script (~> 2.2)
compass (>= 1.0.0, < 2.0.0)
compass-import-once (= 1.0.5)
execjs (~> 2.0)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-core (= 3.3.10)
middleman-core (= 3.3.12)
middleman-sprockets (>= 3.1.2)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
@ -68,7 +68,7 @@ GEM
addressable (~> 2.3.5)
middleman-core (~> 3.2)
tzinfo (>= 0.3.0)
middleman-core (3.3.10)
middleman-core (3.3.12)
activesupport (~> 4.1.0)
bundler (~> 1.1)
erubis
@ -84,8 +84,8 @@ GEM
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
rack-livereload (~> 0.3.15)
middleman-minify-html (3.4.0)
htmlcompressor (~> 0.1.0)
middleman-minify-html (3.4.1)
htmlcompressor (~> 0.2.0)
middleman-core (>= 3.2)
middleman-sprockets (3.4.2)
middleman-core (>= 3.3)
@ -95,16 +95,16 @@ GEM
middleman-syntax (2.0.0)
middleman-core (~> 3.2)
rouge (~> 1.0)
minitest (5.5.1)
multi_json (1.11.0)
normalize-rails (3.0.1)
minitest (5.7.0)
multi_json (1.11.1)
normalize-rails (3.0.3)
padrino-helpers (0.12.5)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.5)
tilt (~> 1.4.1)
padrino-support (0.12.5)
activesupport (>= 3.1)
rack (1.6.0)
rack (1.6.4)
rack-contrib (1.2.0)
rack (>= 0.9.1)
rack-livereload (0.3.15)
@ -113,13 +113,13 @@ GEM
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.2.2)
rouge (1.8.0)
redcarpet (3.2.3)
rouge (1.9.0)
rubypants (0.2.0)
sass (3.4.13)
sass (3.4.15)
sassy-maps (0.4.0)
sass (~> 3.3)
sprockets (2.12.3)
@ -132,7 +132,7 @@ GEM
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
susy (2.2.2)
susy (2.2.5)
sass (>= 3.3.0, < 3.5)
thor (0.19.1)
thread_safe (0.3.5)

View File

@ -1,4 +1,5 @@
$colors: <% data.color.colors.each do |swatch| %>$<%= swatch.name %> <% end %>;
$colors: red orange yellow green blue indigo violet;
//$colors: <% data.color.colors.each do |swatch| %>$<%= swatch.name %> <% end %>;
@function stripes($position, $colors) {
$colors: if(type-of($colors) != 'list', compact($colors), $colors);