We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b717a6 commit 0e3485eCopy full SHA for 0e3485e
packages/react-native-tailwind.macro/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-tailwind.macro",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "Babel macro for writing Tailwind styles in React Native (+ Web)",
5
"main": "dist/cjs",
6
"module": "dist",
@@ -24,7 +24,11 @@
24
"build:commonjs": "tsc -p tsconfig.cjs.json"
25
},
26
"keywords": [
27
+ "babel-plugin-macros",
28
"react-native",
29
+ "react-native-web",
30
+ "tailwind",
31
+ "tailwindcss",
32
"ios",
33
"android"
34
],
0 commit comments