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) 177 B
module.exports = { eleventyComputed: { tags ({ page }) { return page.outputPath.includes('foundations/index') ? ['top'] : ['foundation'] } } }