Always select SCSS by default

This commit is contained in:
Natalie Weizenbaum 2019-03-11 02:02:38 -07:00
parent 3b1a93afe9
commit 36a1610c62

View File

@ -47,7 +47,7 @@ $(function() {
.prepend("<a href='#example-" + id + "-css'>CSS</a>"));
}
figure.prepend(ul).tabs({active: hasCssTab ? 1 : 0});
figure.prepend(ul).tabs({active: 0});
});
// Switch ALL the tabs (Sass/SCSS) together