UNPKG

styled-jsx

Version:

Full, scoped and component-friendly CSS support for JSX (SSR+browser)

8 lines (6 loc) 190 B
import { resolve } from 'path' import { readFile } from 'fs-promise' export default async (path) => { const buffer = await readFile(resolve(__dirname, path)) return buffer.toString() }