Skip to content

Commit 5bc046d

Browse files
committed
chore: rename package
1 parent c308abd commit 5bc046d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# 🛫 styled-platform
1+
# 🛫 css-in-js-platform
22

33
## 📦 Installation
44

55
```bash
6-
npm install styled-platform
6+
npm install css-in-js-platform
77
# Or with yarn
8-
yarn add styled-platform
8+
yarn add css-in-js-platform
99
```
1010

1111
## 🚀 Usage
1212
You can use this module in 3 different ways.
1313

1414
```tsx
15-
import platform from 'styled-platform';
15+
import platform from 'css-in-js-platform';
1616

1717
const exampleText = styled.Text`
1818
${platform({
@@ -27,7 +27,7 @@ const exampleText = styled.Text`
2727
```
2828

2929
```tsx
30-
import platform from 'styled-platform';
30+
import platform from 'css-in-js-platform';
3131

3232
const exampleText = styled.Text`
3333
font-size: 14px;
@@ -39,7 +39,7 @@ const exampleText = styled.Text`
3939
```
4040

4141
```tsx
42-
import platform from 'styled-platform';
42+
import platform from 'css-in-js-platform';
4343

4444
const exampleText = styled.Text`
4545
font-size: 14px;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "styled-platform",
2+
"name": "css-in-js-platform",
33
"version": "0.0.1",
44
"description": "Platform.select for native CSS-IN-JS solutions(styled-components, emotion, etc.)",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"typings": "lib/index.d.ts",
8-
"repository": "https://github.com/junhoyeo/styled-platform",
8+
"repository": "https://github.com/junhoyeo/css-in-js-platform",
99
"author": {
1010
"name": "JunhoYeo",
1111
"email": "hanaro0704@naver.com"

0 commit comments

Comments
 (0)