mirror of
https://github.com/danog/sass-site.git
synced 2025-01-21 21:31:34 +01:00
Always select SCSS by default
This commit is contained in:
parent
3b1a93afe9
commit
36a1610c62
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user