Skip to content

Commit a516823

Browse files
committed
small readme fixes
1 parent 8333e0e commit a516823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Style React Native components using CSS, PostCSS, Sass, Less or Stylus.
1818
- :package: Suppports Typescript with [type definitions that are compatible with React Native CSS modules](https://github.com/kristerkari/react-native-types-for-css-modules)
1919
- :mag: Lint your CSS using [a custom stylelint config for React Native CSS modules](https://github.com/kristerkari/stylelint-config-react-native-css-modules)
2020

21-
## Example
21+
## Examples
2222

2323
Using React Native CSS modules works almost the same way as using CSS modules with a Web React project, but there are some limitations. There is no support complex CSS selectors. Only simple CSS class selector (e.g. `.myClass`) is supported. React Native also only supports a subset of browser's CSS properties for styling.
2424

@@ -94,7 +94,7 @@ Please have a look at the [CSS variables setup guide](docs/setup-css-variables.m
9494
}
9595
```
9696

97-
#### Exporting variables
97+
#### Exporting variables from CSS to Javascript
9898

9999
You might also need to share you variables from a CSS/Sass/Less/Stylus file to Javascript. To do that you can use the `:export` keyword:
100100

0 commit comments

Comments
 (0)