pattern-lab / styleguidekit-assets-default

The static assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.
http://patternlab.io/
MIT License
35 stars 67 forks source link

Panels.remove method added #59

Closed yadimon closed 6 years ago

yadimon commented 7 years ago

remove method for panels + global i fix

bmuenzenmeyer commented 7 years ago

this could prove useful for removal of tabs as part of https://github.com/pattern-lab/plugin-node-tab/issues/11

JaiDoubleU commented 6 years ago

Sweet! How do I get this remove functionally into my clone of patternlab node? Is there a version number I need to specify in package.json?

yadimon commented 6 years ago

@JaiDoubleU you can use develop branch directly https://docs.npmjs.com/files/package.json#git-urls-as-dependencies like this in package.json: "@pattern-lab/styleguidekit-assets-default": "pattern-lab/styleguidekit-assets-default#develop"