UNPKG

@devtools-ds/themes

Version:

Each of the UI components in this project contains themes for multiple browsers. These themes are built using the [postcss-themed](https://github.com/intuit/postcss-themed) package, which allows us to specify themes for multiple browsers in light and dark

24 lines (16 loc) 542 B
import { Meta, Description, Title } from "@storybook/addon-docs/blocks"; import { Version } from "@doc-blocks/version"; import { ShieldRow } from "@doc-blocks/shield-row"; import notes from "../../README.md"; import { version } from "../../package.json"; <Meta title="Utilities/Themes/Overview" parameters={{ notes }} /> <Title>@devtools-ds/themes</Title> --- <ShieldRow> <Version current={version} url="https://github.com/intuit/devtools-ds/tree/master/packages/themes/CHANGELOG.md" /> </ShieldRow> <Description /> <br />