Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 256 Bytes

Style.md

File metadata and controls

15 lines (9 loc) · 256 Bytes

Style

This should never be used with user created content

Embed styles to an app with a clean API.

Usage

import { Style } from '@compositor/kit'

const css = `* { box-sizing: border-box }`

export default () => <Style>{css}</Style>