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

7 lines
244 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 12:12:11 -07:00
import '../node.dart';
2016-05-24 12:12:11 -07:00
abstract class SassNode extends AstNode {}