diff --git a/lib/src/ast/css/media_query.dart b/lib/src/ast/css/media_query.dart index d971b3f02..7a9e56fc1 100644 --- a/lib/src/ast/css/media_query.dart +++ b/lib/src/ast/css/media_query.dart @@ -20,11 +20,11 @@ class CssMediaQuery { /// Whether [conditions] is a conjunction or a disjunction. /// - /// In other words, if this is `true this query matches when _all_ + /// In other words, if this is `true` this query matches when _all_ /// [conditions] are met, and if it's `false` this query matches when _any_ /// condition in [conditions] is met. /// - /// If this is [false], [modifier] and [type] will both be `null`. + /// If this is `false`, [modifier] and [type] will both be `null`. final bool conjunction; /// Media conditions, including parentheses. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 2414acff2..7b86be934 100644 --- a/pkg/sass_api/pubspec.yaml +++ b/pkg/sass_api/pubspec.yaml @@ -2,7 +2,7 @@ name: sass_api # Note: Every time we add a new Sass AST node, we need to bump the *major* # version because it's a breaking change for anyone who's implementing the # visitor interface(s). -version: 2.0.0-dev +version: 2.0.0 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass diff --git a/pubspec.yaml b/pubspec.yaml index f156b18c3..da9e16616 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.54.0-dev +version: 1.54.0 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass