Skip to content

Commit

Permalink
update import path. (move to config.rb)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingdesigner committed Apr 4, 2013
1 parent 243bd30 commit e05c98e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions test/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
# http_javascripts_path = '/js'

# File system locations
sass_dir = 'sass'
css_dir = 'css'
sass_dir = 'sass'
css_dir = 'css'
images_dir = 'images'
javascripts_dir = 'js'
add_import_path '../stylesheets'

# Set to true for easier debugging
line_comments = false
Expand Down
2 changes: 1 addition & 1 deletion test/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


// Import Breakpoint
@import "../../stylesheets/breakpoint";
@import "breakpoint";

//////////////////////////////
// Breakpoint Flags
Expand Down

0 comments on commit e05c98e

Please sign in to comment.