@stylex-extend/core
v0.5.1
Published
## Quick Start
Downloads
301
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'
}
})