Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Side by Side Diff: css/config.rb

Issue 85333007: Begin the redesign process, starting with the navbar. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang.git@master
Patch Set: Code review updates. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « config.rb ('k') | css/sass/_syntax.scss » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 require 'compass_twitter_bootstrap'
2
3 http_path = "/"
4 css_dir = "../app/static"
5 sass_dir = "sass"
6 images_dir = "images"
7 javascripts_dir = "javascripts"
8
9 # Don't include comments with random user-specific file paths in them.
10 line_comments = false
OLDNEW
« no previous file with comments | « config.rb ('k') | css/sass/_syntax.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698