Skip to content

Commit

Permalink
Merge branch 'sass-mixins'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Jun 27, 2011
2 parents 461c3a3 + fa4f37c commit 8f01321
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 83 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "public/stylesheets/sass/sass-mixins"]
path = public/stylesheets/sass/sass-mixins
url = git@github.com:thoughtbot/sass-mixins.git
2 changes: 1 addition & 1 deletion flutie.gemspec
Expand Up @@ -8,5 +8,5 @@ Gem::Specification.new do |s|
s.description = 'Flutie is a starting point for personal discovery'
s.files = ["README*", "Rakefile", "{app,config,lib,public}/**/*"].map { |glob| Dir[glob] }.flatten
s.authors = ['Chad Pytel', 'Kevin Burg', 'Matt Jankowski', 'Mike Burns', 'Fred Yates']
s.add_development_dependency('haml')
s.add_development_dependency('sass')
end
3 changes: 0 additions & 3 deletions public/stylesheets/flutie.css
Expand Up @@ -78,9 +78,6 @@ hr {
input, select {
vertical-align: middle; }

/* this hack is courtesy of gbbowers on github
https://gist.github.com/601810 */
/* Useful with form inputs and textareas */
/* Legacy support for inline-block in IE7 (maybe IE6) */
body {
color: #222;
Expand Down
5 changes: 0 additions & 5 deletions public/stylesheets/sass/_border-radius.scss

This file was deleted.

35 changes: 0 additions & 35 deletions public/stylesheets/sass/_box-shadow.scss

This file was deleted.

7 changes: 0 additions & 7 deletions public/stylesheets/sass/_box-sizing.scss

This file was deleted.

10 changes: 0 additions & 10 deletions public/stylesheets/sass/_inline-block.scss

This file was deleted.

9 changes: 0 additions & 9 deletions public/stylesheets/sass/_linear-gradient.scss

This file was deleted.

6 changes: 0 additions & 6 deletions public/stylesheets/sass/_transition.scss

This file was deleted.

7 changes: 1 addition & 6 deletions public/stylesheets/sass/flutie.scss
@@ -1,10 +1,5 @@
@import 'reset';
@import 'border-radius';
@import 'box-shadow';
@import 'box-sizing';
@import 'inline-block';
@import 'transition';
@import 'linear-gradient';
@import 'sass-mixins/mixins';
@import 'defaults';
@import 'type';
@import 'forms';
Expand Down
1 change: 1 addition & 0 deletions public/stylesheets/sass/sass-mixins
Submodule sass-mixins added at 88babb
2 changes: 1 addition & 1 deletion test/dummy/config/application.rb
Expand Up @@ -6,7 +6,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)

require 'haml'
require 'sass'
require 'flutie'

module Dummy
Expand Down

0 comments on commit 8f01321

Please sign in to comment.