mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Cut a release (#1755)
Also include some code review changes that were meant for #1749
This commit is contained in:
parent
d159d83ea8
commit
bc8df44f6a
@ -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.
|
||||
|
@ -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
|
||||
|
||||
@ -10,7 +10,7 @@ environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
sass: 1.53.0
|
||||
sass: 1.54.0
|
||||
|
||||
dev_dependencies:
|
||||
dartdoc: ^5.0.0
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user