Simple clone of CSS-in-JS libraries
- It implements common APIs such as
css(),styled(), ... - Inspired by styled-components and Emotion
- The implementation is contained in the single file!
Must install
Recommended to install
Install the dependencies
- Run
yarn
Run in the development mode
- Run
yarn dev - Open http://localhost:3000 on the browser
Run in the production mode
- Run
yarn build && yarn start - Open http://localhost:3000 on the browser
Check the code
- Run
yarn lint - Run
yarn lintto check & fix