Skip to content

Commit

Permalink
feat(configs): added variant placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Bergmann committed Aug 16, 2019
1 parent db04372 commit d0ab7eb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lib/templates/pattern.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@ module.exports = {
context: {
extclasses: '',
extattributes: '',
}
},
// variants: [
// {
// name: 'xxx',
// label: 'xxxx',
// context: {
// modifier: 'XXXX',
// text: 'XXXX'
// }
// }
// ]
};

0 comments on commit d0ab7eb

Please sign in to comment.