c12 icon indicating copy to clipboard operation
c12 copied to clipboard

Allow custom extends key

Open pi0 opened this issue 3 years ago • 0 comments

For more semantic usage, an customExtendKey option can be provided. This alt key is single extend allowing Array usage for config override (#https://github.com/unjs/c12/issues/9)

customExtendKey: 'theme':

theme: 'source',
theme: ['source', { options }]

pi0 avatar Jul 15 '22 10:07 pi0