UNPKG

sfgov-design-system

Version:

This is the design system for [SF.gov](https://sf.gov) and the City & County of San Francisco.

10 lines (9 loc) 175 B
module.exports = { eleventyComputed: { tags ({ page }) { return page.outputPath.includes('components/index') ? ['top'] : ['component'] } } }