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

Unified Diff: test/data/input/root.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: bumped version 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
Index: test/data/input/root.css
diff --git a/test/data/input/root.css b/test/data/input/root.css
new file mode 100644
index 0000000000000000000000000000000000000000..364be683c9a26e3d5d53a6414efcd70a41882154
--- /dev/null
+++ b/test/data/input/root.css
@@ -0,0 +1,5 @@
+.main-glyph {
+ background:red url('main.png');
+ width: 300px;
+ height: 80px;
+}
« pubspec.yaml ('K') | « test/data/input/resources/glyph.png ('k') | test/emitter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698