Hack Club’s theme for Theme UI websites
npm install @hackclub/theme``bash`
yarn add @hackclub/themenpm i @hackclub/theme
Check out theme: theme.hackclub.com
`js
import { ThemeProvider } from 'theme-ui'
import theme from '@hackclub/theme'
export default ({ children }) => (
)
`
This package also bundles 3 CSS files that include Hack Club’s webfonts:
reg.css, reg-bold.css, & reg-ital-bold.css.
To use, just import straight from the package:
`js`
import '@hackclub/theme/fonts/reg-bold.css'
(In a Next.js project, place in the pages/_app.js` file.)
MIT License