Skip to content

Commit

Permalink
no more normalize plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Oct 29, 2012
1 parent 0afef1c commit 82442fa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'
gem "sass", "3.2.0.alpha.237"
gem "compass", "~> 0.12.1"
gem "susy", "~> 1.0.rc.0"
gem "compass-normalize-plugin", "~> 0.3.0"
gem "rake"
gem "sinatra"
gem "erubis"
1 change: 0 additions & 1 deletion assets/config.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Require any additional compass plugins here.
require "susy"
require 'normalize'

# Set this to the root of your project when deployed:
http_path = "/"
Expand Down
7 changes: 1 addition & 6 deletions assets/sass/import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */

// CSS3 Helpers --------------------------------------------------------------
@import "compass/css3";
@import "compass";

// Settings --------------------------------------------------------------
// Susy & Compass use HTML hacks to support IE 6 and 7. You can turn that off.
Expand Down Expand Up @@ -38,11 +38,6 @@ $screen-smartphone : 6 480px; // width 769-1024px smaller phones in portra

$enable-grids : false;

// Clearfix --------------------------------------------------------------

@import "compass/utilities/general/clearfix";
@import "compass/utilities/general/float";

// Includes --------------------------------------------------------------

@import "lib/_preboot.scss";
Expand Down
3 changes: 1 addition & 2 deletions assets/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ $legacy-support-for-mozilla: false;
$legacy-support-for-ie6: false;
$legacy-support-for-ie7: false;

@import "normalize";
@include normalize;
@import "lib/_normalize.scss";

// Common Geoloqi Core ---------------------------------------------------------

Expand Down

0 comments on commit 82442fa

Please sign in to comment.