fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
import { Meta } from "@storybook/addon-docs/blocks"
|
|
|
|
import { Colors } from "./Colors"
|
|
|
|
import { base } from "../../lib/tokens"
|
|
|
|
<Meta title="Tokens/Colors/Base" />
|
|
|
|
# Colors: Base
|
|
|
|
<Colors theme={base} />
|