Skip to content

Commit b6da329

Browse files
committed
Small fixes
1 parent 4454eda commit b6da329

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/setup-css.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following modules are used to implement CSS modules support for React Native:
44

5-
* [react-native-css-transformer](https://github.com/kristerkari/react-native-css-transformer) - Transforms CSS code to a React Native compatible style object and handles live reloading
5+
* [react-native-css-transformer](https://github.com/kristerkari/react-native-css-transformer) - Transforms CSS to a React Native compatible style object and handles live reloading
66
* [babel-plugin-react-native-platform-specific-extensions](https://github.com/kristerkari/babel-plugin-react-native-platform-specific-extensions) - Transforms ES6 `import` statements to platform specific `require` statements if the platform specific files exist on disk.
77
* [babel-plugin-react-native-classname-to-style](https://github.com/kristerkari/babel-plugin-react-native-classname-to-style) - Transforms `className` property to `style` property.
88

docs/setup-postcss.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following modules are used to implement CSS modules support for React Native:
44

5-
* [react-native-postcss-transformer](https://github.com/kristerkari/react-native-postcss-transformer) - Transforms CSS code to a React Native compatible style object and handles live reloading
5+
* [react-native-postcss-transformer](https://github.com/kristerkari/react-native-postcss-transformer) - Uses [PostCSS](https://github.com/postcss/postcss) to transform CSS to a React Native compatible style object and handles live reloading
66
* [babel-plugin-react-native-platform-specific-extensions](https://github.com/kristerkari/babel-plugin-react-native-platform-specific-extensions) - Transforms ES6 `import` statements to platform specific `require` statements if the platform specific files exist on disk.
77
* [babel-plugin-react-native-classname-to-style](https://github.com/kristerkari/babel-plugin-react-native-classname-to-style) - Transforms `className` property to `style` property.
88

docs/setup-sass.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following modules are used to implement CSS modules support for React Native:
44

5-
* [react-native-sass-transformer](https://github.com/kristerkari/react-native-sass-transformer) - Transforms CSS code to a React Native compatible style object and handles live reloading
5+
* [react-native-sass-transformer](https://github.com/kristerkari/react-native-sass-transformer) - Transforms Sass to a React Native compatible style object and handles live reloading
66
* [babel-plugin-react-native-platform-specific-extensions](https://github.com/kristerkari/babel-plugin-react-native-platform-specific-extensions) - Transforms ES6 `import` statements to platform specific `require` statements if the platform specific files exist on disk.
77
* [babel-plugin-react-native-classname-to-style](https://github.com/kristerkari/babel-plugin-react-native-classname-to-style) - Transforms `className` property to `style` property.
88

0 commit comments

Comments
 (0)