0.3.3 • Published 3 years ago

@hackclub/theme v0.3.3

Weekly downloads
44
License
MIT
Repository
github
Last release
3 years ago

@hackclub/theme

Theme UI theme for Hack Club

yarn add @hackclub/theme
# npm i @hackclub/theme

Check out theme: theme.hackclub.com

Usage

import { ThemeProvider } from 'theme-ui'
import theme from '@hackclub/theme'

export default ({ children }) => (
  <ThemeProvider theme={theme}>{children}</ThemeProvider>
)

Fonts

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:

import '@hackclub/theme/fonts/reg-bold.css'

(In a Next.js project, place in the pages/_app.js file.)

MIT License

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0-alpha.0

4 years ago