blob: 08f29304a824d6ca6e65f2c1bd7a9bf277985a04 [file] [log] [blame]
#!/usr/bin/env dart
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:csslib/css.dart' as css;
void main() => css.main();