You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
what I imagine is likely happening is a race-condition. they are really only working by accident, a by-product of poor architecting on my part. This was exposed in PL 3 testing.
I need to re-write plugins to support promises instead of events
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
The text was updated successfully, but these errors were encountered: