@stylex-extend/core
v0.4.4
Published
## Quick Start
Downloads
129
Readme
@stylex-extend/core
Quick Start
Install
yarn add @stylex-extend/core
Usage
import { injectGlobalStyle } from '@styex-extend/css'
const styles = css({
p: {
color: 'red'
}
})