dart-sass/bin/sass.dart

7 lines
275 B
Dart
Raw Normal View History

2016-05-23 18:11:09 -07:00
// Copyright 2016 Google Inc. Use of this source code is governed by an
// MIT-style license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
2016-10-14 17:33:51 -07:00
export 'package:sass/src/executable.dart'
if (dart.library.js) 'package:sass/src/node.dart';