Skip to content

allow operating sans transform #127

Open
@yoshuawuyts

Description

@yoshuawuyts

There's no reason this couldn't work without a transform:

var css = require('sheetify')

var style = css`
  :host { color: black }
`

This can't however:

var css = require('sheetify')

css('tachyons')

We could like totes allow the former, and only require the transform for the latter. Benefits to this all: allow introducing sheetify gradually into workflows ✨ - tho using a transform would definitely be recommended for perf reasons (:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions