mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-21 21:31:11 +01:00
Continue running feature.use in use mode
This commit is contained in:
parent
4b7699291c
commit
19df69d26c
@ -28,7 +28,7 @@ import 'parser.dart';
|
||||
/// `feature.use` branch. It allows us to avoid having separate development
|
||||
/// tracks as much as possible without shipping `@use` support until we're
|
||||
/// ready.
|
||||
const _parseUse = false;
|
||||
const _parseUse = true;
|
||||
|
||||
/// The base class for both the SCSS and indented syntax parsers.
|
||||
///
|
||||
|
@ -7,7 +7,7 @@
|
||||
# run. If we're running specs for a pull request which refers to a sass-spec
|
||||
# pull request, we'll run against the latter rather than sass-spec master.
|
||||
|
||||
default=master
|
||||
default=feature.use
|
||||
|
||||
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
>&2 echo "TRAVIS_PULL_REQUEST: $TRAVIS_PULL_REQUEST."
|
||||
|
Loading…
x
Reference in New Issue
Block a user