Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/core-concepts/differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ React Native's `<Text />` renders with a `fontSize: 14`, while the web's default

## Color Opacity

For performance reasons, Nativewind renders with the `corePlugins`: `textOpacity`,`borderOpacity`, `divideOpacity` and `backgroundOpacity` disabled. Theses plugin allows colors to dynamically changed via CSS variables. Instead, the opacity is set as a static value in the `color` property.
For performance reasons, Nativewind renders with the `corePlugins`: `textOpacity`,`borderOpacity`, `divideOpacity` and `backgroundOpacity` disabled. These plugins allow colors to be dynamically changed via CSS variables. Instead in Nativewind, the opacity is set as a static value in the `color` property.

If you require this functionality, you can enable the disabled plugins in your `tailwind.config.js` file.