Closed bradfrost closed 6 years ago
@bradfrost I think something is amiss with this.
Take a look at a page like: http://patternlab.io/docs/installation.html
The tabs indicate Node, but the content is PHP instructions.
My guess is that the source order of all pages needs to swap too?
@bmuenzenmeyer Ah, good catch. I updated the source order of everything, but needed to change a line of JavaScript:
$('#node').addClass('tabs__item--is-active');
In order to default to the node tab. All good now!
Based on the direction of the project, it probably makes sense to switch the PHP and Node tabs so the Node tab is the default.