mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Merge branch 'next' of https://github.com/shoelace-style/shoelace into next
This commit is contained in:
@@ -178,7 +178,7 @@ components.map(async component => {
|
||||
const tags = parsed[0] ? parsed[0].tags : [];
|
||||
const cssCustomProperties = tags
|
||||
.filter(tag => tag.tag === 'prop')
|
||||
.map(tag => api.cssCustomProperties.push({ name: tag.tag, description: tag.description }));
|
||||
.map(tag => api.cssCustomProperties.push({ name: tag.name.slice(0, -1), description: tag.description }));
|
||||
}
|
||||
|
||||
metadata.components.push(api);
|
||||
|
||||
Reference in New Issue
Block a user