UNPKG

sfgov-design-system

Version:

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

19 lines (15 loc) 580 B
--- title: React order: 2 --- The {{ site.title }} does not **officially** support React yet. However, at least partial support should be possible with CSS-in-JS tools that support Tailwind (such as [tailwind-styled-components]) by importing [our Tailwind configuration] in your own Tailwind config: ```js // e.g. tailwind.config.js module.exports = require('{{ package.name }}/tailwind.config') ``` [tailwind-styled-components]: https://www.npmjs.com/package/tailwind-styled-components [our tailwind configuration]: {{ 'tailwind.config.js' | published_url(package.version) }}