Skip to content

Commit c538ae7

Browse files
committed
0.2.0
1 parent b4082cf commit c538ae7

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/babel-plugin-kstyled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-kstyled",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Babel plugin for kstyled - Build-time style extraction",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/docs/docs/intro.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Static styles are extracted at compile time, while dynamic prop-based styles rem
4646
| Feature | kstyled | styled-components | emotion |
4747
|---------|---------|-------------------|---------|
4848
| Runtime overhead | Zero | High | Medium-High |
49-
| Bundle size | ~260 lines | ~8000 lines | ~6000 lines |
5049
| Build-time CSS validation ||| ⚠️ (with plugin) |
5150
| StyleSheet.create ||||
5251
| API familiarity | styled-components || Similar |

packages/kstyled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kstyled",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Compile-time CSS-in-JS for React Native - styled-components with zero runtime overhead",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)