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

Side by Side Diff: test/data/input/resources/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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Example to test URI fixup of url of all consolidated CSS linked and scoped
3 * styles.
4 */
5 .left-glyph {
6 background:red url('glyph.png');
7 float: left;
8 width: 14px;
9 height: 14px;
10 margin-top: 5px;
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698