dart-sass/lib/src/ast/sass/node.dart

8 lines
245 B
Dart
Raw Normal View History

// 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-05-24 21:12:11 +02:00
import '../node.dart';
2016-08-29 00:04:48 +02:00
abstract class SassNode extends AstNode {}