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

Unified Diff: lib/src/options.dart

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
« no previous file with comments | « lib/src/info.dart ('k') | pubspec.yaml » ('j') | pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/options.dart
diff --git a/lib/src/options.dart b/lib/src/options.dart
index 66b7d0159aec269dc789c0caf5cfa9b7fad9cebc..4e266f7c331b61dcb4fb19b1bf0febfbabfd30a9 100644
--- a/lib/src/options.dart
+++ b/lib/src/options.dart
@@ -50,7 +50,6 @@ class CompilerOptions {
*/
final bool jsonFormat;
- // TODO(terry): Make polyfill the default maybe add --no_css_polyfill. */
/** Emulate scoped styles using a CSS polyfill. */
final bool processCss;
« no previous file with comments | « lib/src/info.dart ('k') | pubspec.yaml » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698