This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Description
Really having trouble being able to customise PL.
If I add the plugin-node-tab, sass stops working and so does plugin-node-uiextension
This is what I have in patterlab-config.json:
"plugins": {
"plugin-node-tab": {
"enabled": true,
"initialized": false,
"options": {
"tabsToAdd": ["CSS"]
}
},
"plugin-node-uiextension": {
"enabled": true,
"initialized": false,
"options": {
"stylesheets": [
"../../../css/pattern-scaffolding.css"
],
"navLinks": {
"before": [],
"after": []
},
"gearLinks": {
"before": [],
"beforeSearch": []
}
}
}
}
I'm using PL v2.12.0
Thanks in advance