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 d29bea2 commit 6e13ce6Copy full SHA for 6e13ce6
README.md
@@ -12,7 +12,7 @@ yarn add styled-platform
12
You can use this module in 3 different ways.
13
14
```tsx
15
-import platform, { css } from 'styled-platform';
+import platform from 'styled-platform';
16
17
const exampleText = styled.Text`
18
${platform({
@@ -27,7 +27,7 @@ const exampleText = styled.Text`
27
```
28
29
30
31
32
33
font-size: 14px;
@@ -39,7 +39,7 @@ const exampleText = styled.Text`
39
40
41
42
43
44
45
0 commit comments