Skip to content

Commit 8333e0e

Browse files
committed
Update readme
1 parent 835a796 commit 8333e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Style React Native components using CSS, PostCSS, Sass, Less or Stylus.
1414
- :computer: Supports responsive CSS features: [CSS Media Queries](https://www.w3.org/TR/css3-mediaqueries/) and [CSS Viewport Units](https://www.w3.org/TR/css-values-4/#viewport-relative-lengths).
1515
- :sparkles: Supports [CSS variables](https://www.w3.org/TR/css-variables-1/).
1616
- :globe_with_meridians: [Platform-specific extensions](https://facebook.github.io/react-native/docs/platform-specific-code.html#platform-specific-extensions) for CSS, e.g. `styles.ios.css`, `styles.android.css`, `styles.native.css`.
17-
- :tophat: Support for `styleName` attribute that allows you to use CSS class names as strings, and allows hyphens in class names.
17+
- :tophat: Support for `styleName` attribute that allows you to use CSS class names as strings, and allows hyphens in class names (like the [className property](https://reactjs.org/docs/faq-styling.html#how-do-i-add-css-classes-to-components) in Web React).
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

0 commit comments

Comments
 (0)