mirror of
https://github.com/zhigang1992/react.git
synced 2026-05-24 09:13:30 +08:00
* chore(gh): update GitHub's pull-request template * chore: use unified common prettier config * chore: add the mdx file to prettier * chore(gh): update contributing guide docs
16 lines
283 B
Markdown
16 lines
283 B
Markdown
## Custom styles
|
|
|
|
This is an example of **how to override styles in `zeit-ui`**.
|
|
|
|
## Getting Started
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
npm i && npm run dev
|
|
# or
|
|
yarn && yarn dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|