Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Usage with styled-components #1

Description

@timsuchanek

Thanks for building this awesome library!
The API is really simple and awesome.

Sometimes, tachyons are too limited. Do you see a way to integrate this with styled-components?
Maybe something like

import styledComponent from 'styled-components'
import {tachyonify} from 'tachyons-components'

const styled = tachyonify(styledComponent)

const Box = styled.div`
  br-2 bg-blue white
  margin-left: 27px;
`

This wrapping could be something tachyons-components could do under the hood.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions