Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add scss-blend-modes extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jedfoster committed Mar 22, 2013
1 parent feb56d6 commit 67d8048
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -29,4 +29,5 @@ gem 'sassy-math'
gem 'salsa'
gem 'fittext'
gem 'rwdcalc'
gem 'zen-grids'
gem 'zen-grids'
gem 'blend-mode'
39 changes: 18 additions & 21 deletions Gemfile.lock
@@ -1,10 +1,6 @@
GEM
remote: http://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
blend-mode (0.0.1)
compass (~> 0.12)
bourbon-compass (3.1.1)
Expand All @@ -23,6 +19,7 @@ GEM
sass (~> 3.2.0.alpha.93)
css-slideshow (0.2.0)
compass (>= 0.10.0.rc3)
cssmin (1.0.3)
daemons (1.1.9)
eventmachine (1.0.3)
fancy-buttons (1.2.0)
Expand All @@ -31,43 +28,44 @@ GEM
multipart-post (~> 1.1)
fittext (0.0.5)
compass (>= 0.10.0.rc3)
github_api (0.9.2)
github_api (0.9.3)
faraday (~> 0.8.1)
hashie (~> 2.0)
multi_json (~> 1.4)
nokogiri (~> 1.5.2)
oauth2
harsh (1.0.0)
compass (>= 0.10.0.rc3)
hashie (2.0.2)
hashie (2.0.3)
httpauth (0.2.0)
jammit (0.6.5)
yui-compressor (>= 0.9.3)
jwt (0.1.7)
jammit (0.6.6)
cssmin (>= 1.0.3)
jsmin (>= 1.0.1)
jsmin (1.0.1)
jwt (0.1.8)
multi_json (>= 1.5)
listen (0.5.3)
modular-scale (1.0.6)
compass (>= 0.12.1)
sass (>= 3.2.0)
sassy-math (>= 1.5)
multi_json (1.6.1)
multi_json (1.7.2)
multi_xml (0.5.3)
multipart-post (1.2.0)
neat-compass (1.2.0.1)
bourbon-compass (>= 3.1.1)
compass (>= 0.11)
sass (>= 3.2)
nokogiri (1.5.6)
nokogiri (1.5.9)
oauth2 (0.9.1)
faraday (~> 0.8)
httpauth (~> 0.1)
jwt (~> 0.1.4)
multi_json (~> 1.0)
multi_xml (~> 0.5)
rack (~> 1.2)
open4 (1.3.0)
rack (1.5.2)
rack-protection (1.4.0)
rack-protection (1.5.0)
rack
respond-to (2.6)
breakpoint (>= 1.3)
Expand All @@ -87,10 +85,10 @@ GEM
compass (~> 0.11)
sassy-strings (0.3.1)
compass (>= 0.12.2)
sinatra (1.3.5)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
sinatra (1.4.2)
rack (~> 1.5, >= 1.5.2)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-partial (0.4.0)
sinatra
singularitygs (0.0.17)
Expand All @@ -101,10 +99,10 @@ GEM
stipe (0.0.5.7.4)
compass (>= 0.11)
sass (>= 3.2.1)
susy (1.0.5)
susy (1.0.7)
compass (>= 0.12.2)
sass (>= 3.2.0)
thin (1.5.0)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
Expand All @@ -116,15 +114,14 @@ GEM
sassy-strings (>= 0.1)
singularitygs (>= 0.0.17)
susy (>= 1.0.5)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
zen-grids (1.3)
sass (>= 3.1)

PLATFORMS
ruby

DEPENDENCIES
blend-mode
bourbon-compass
breakpoint
color-schemer
Expand Down
5 changes: 5 additions & 0 deletions plugins.yml
@@ -1,3 +1,8 @@
"Blend Modes":
:gem: blend-mode
:import:
- blend-mode
:url: https://github.com/heygrady/scss-blend-modes
Bourbon:
:gem: bourbon-compass
:import:
Expand Down

0 comments on commit 67d8048

Please sign in to comment.