Skip to content

Commit

Permalink
Added compass config file and main css file
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Apr 12, 2014
1 parent 0a00f2a commit a2a7998
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/*
TODO.txt
node_modules/*
.DS_Store
.DS_Store
*.scssc
8 changes: 8 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "."
output_style = :compressed
line_comments = false
relative_assets = true
1 change: 1 addition & 0 deletions css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2a7998

Please sign in to comment.