From 01b8519cf80a125c235cbe9a66b07d39f0b969bc Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 23 Aug 2021 02:51:48 +0200 Subject: [PATCH] Refrase readme (changelog ignore) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5aa84ce..6a3e714 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ $ yarn add tss-react @emotion/react - [``](#globalstyles-) - [`keyframe`](#keyframe) - [Cache](#cache) -- [Composition](#composition) -- [Selecting children by class name](#selecting-children-by-class-name) +- [Composition and nested selectors ( `$` syntax )](#composition-and-nested-selectors--syntax-) + - [Selecting children by class name](#selecting-children-by-class-name) - [Internal composition](#internal-composition) - [Export rules](#export-rules) - [Server Side Rendering (SSR)](#server-side-rendering-ssr) @@ -365,12 +365,12 @@ const { makeStyles } = createMakeStyles({ If there is no cache provided by `` nor any cache specified when calling `createMakeStyles()` then the cache used is `import { getCache } from "tss-react/cache"`. -# Composition +# Composition and nested selectors ( `$` syntax ) `tss-react` unlike `jss-react` doesn't support the `$` syntax but there's type safe alternatives that achieve the same results. -# Selecting children by class name +## Selecting children by class name In **JSS** you can do: