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

Unified Diff: example/todomvc/base.css

Issue 12474002: Support for parsing all CSS and producing one CSS file (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Reworked URI computation and added test for URI fixup. Created 7 years, 9 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/analyzer.dart » ('j') | lib/src/compiler.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/todomvc/base.css
diff --git a/example/todomvc/base.css b/example/todomvc/base.css
index f6b61560222880befa925a8084cce4ece5d2ae11..5b62f0e550baf622cca42caa8a7e19cd71e8d9cc 100644
--- a/example/todomvc/base.css
+++ b/example/todomvc/base.css
@@ -23,7 +23,7 @@ button {
body {
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
- background: #eaeaea url('bg.png');
+ background: #eaeaea url('bg.png');
color: #4d4d4d;
width: 550px;
margin: 0 auto;
« no previous file with comments | « no previous file | lib/src/analyzer.dart » ('j') | lib/src/compiler.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698