@gluestack-style/babel-plugin-styled-resolver
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@gluestack-style/babel-plugin-styled-resolver", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A gluestack-style babel plugin that transpiles your styled function calls and resolves the component styling in build time.", | ||
"keywords": [ | ||
"css-in-js", | ||
"babel-plugin", | ||
"server-side rendering", | ||
"ssr" | ||
], | ||
"main": "lib/index", | ||
@@ -5,0 +12,0 @@ "module": "lib/index", |
@@ -6,3 +6,3 @@ # @gluestack-style/babel-plugin-styled-resolver | ||
To use `@gluestack-style/babel-plugin-styled-resolver`, all you need to do is install the | ||
`@gluestack-style/babel-plugin-styled-resolver` package and its peer dependencies: | ||
`@gluestack-style/babel-plugin-styled-resolver` package: | ||
@@ -9,0 +9,0 @@ ```sh |
47477