| Index: utils/css/cssoptions.dart
|
| diff --git a/utils/css/cssoptions.dart b/utils/css/cssoptions.dart
|
| index 45069bc9ce4c8d6a2e3be19004bfc757a2a1b308..feaa2a38c9bae6ca8f73d70f0fde9a54c007804a 100644
|
| --- a/utils/css/cssoptions.dart
|
| +++ b/utils/css/cssoptions.dart
|
| @@ -47,7 +47,7 @@ class CSSOptions {
|
|
|
| // Start from 2 to skip arguments representing the compiler command
|
| // (node/python followed by frogsh/frog.py).
|
| - loop: for (int i = 2; i < args.length; i++) {
|
| + for (int i = 2; i < args.length; i++) {
|
| var arg = args[i];
|
|
|
| switch (arg) {
|
|
|