mirror of
https://github.com/emotion-js/emotion.git
synced 2026-01-25 16:42:24 +00:00
# Conflicts: # docs/docs.yaml # packages/babel-plugin/src/index.js # packages/cache/src/index.js # packages/css/package.json # packages/css/src/create-instance.d.ts # packages/primitives-core/package.json # packages/react/__tests__/warnings.js # packages/react/src/global.js # packages/react/src/jsx-dev-runtime.js # packages/react/src/jsx-runtime.js # packages/react/src/jsx.js # packages/serialize/types/index.d.ts # packages/styled/package.json # yarn.lock
56 lines
1.0 KiB
YAML
56 lines
1.0 KiB
YAML
- title: Getting Started
|
|
items:
|
|
- introduction
|
|
- install
|
|
- css-prop
|
|
- styled
|
|
- composition
|
|
- object-styles
|
|
- nested
|
|
- media-queries
|
|
- globals
|
|
- package-summary
|
|
|
|
- title: Advanced
|
|
items:
|
|
- best-practices
|
|
- keyframes
|
|
- ssr
|
|
- with-props
|
|
- theming
|
|
- labels
|
|
- class-names
|
|
- cache-provider
|
|
- performance
|
|
- for-library-authors
|
|
- community # There is code to hide this from the menu since it has its own navbar link
|
|
|
|
- title: Tooling
|
|
items:
|
|
- babel
|
|
- babel-macros
|
|
- source-maps
|
|
- testing
|
|
- typescript
|
|
- eslint-plugin-react
|
|
|
|
# This loads the READMEs instead of files in docs/
|
|
- title: Packages
|
|
items:
|
|
- '@emotion/react'
|
|
- '@emotion/styled'
|
|
- '@emotion/cache'
|
|
- '@emotion/css'
|
|
- '@emotion/babel-plugin'
|
|
- '@emotion/eslint-plugin'
|
|
- '@emotion/server'
|
|
- '@emotion/jest'
|
|
- '@emotion/native'
|
|
- '@emotion/primitives'
|
|
- '@emotion/babel-preset-css-prop'
|
|
|
|
- title: Posts
|
|
items:
|
|
- emotion-11
|
|
- migrating-to-emotion-10
|