We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf1236 commit aab9999Copy full SHA for aab9999
script/bootstrap
@@ -6,7 +6,7 @@ script/branding
6
: ${SASS_SASSC_PATH:="sassc" }
7
8
if [ ! -d $SASS_SPEC_PATH ]; then
9
- git clone https://github.com/sass/sass-spec.git $SASS_SPEC_PATH
+ git clone https://github.com/sass/sass-spec.git $SASS_SPEC_PATH --branch 3.4
10
fi
11
if [ ! -d $SASS_SASSC_PATH ]; then
12
git clone https://github.com/sass/sassc.git $SASS_SASSC_PATH
0 commit comments