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

9 lines
322 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-10-01 03:42:41 +02:00
/// A node in the abstract syntax tree for an unevaluated Sass or SCSS file.
2016-08-29 00:04:48 +02:00
abstract class SassNode extends AstNode {}