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 9247ab8 commit 1baf3a4Copy full SHA for 1baf3a4
docs/src/pages/index.js
@@ -47,6 +47,7 @@ const fans = [
47
'Sara Bee, (@doeg)',
48
'Mihir Kedia (@meitros)',
49
'Nick Quebbeman (@kidqueb)',
50
+ 'Greg Lin (@glin)',
51
]
52
53
const Home = () => {
src/devtools/styledComponents.ts
@@ -106,17 +106,3 @@ export const Select = styled(
106
},
107
}
108
)
109
-
110
-export const QueryCountStyles = styled(
111
- 'div',
112
- {
113
- fontSize: '1.2rem',
114
- display: 'flex',
115
- flexDirection: 'column',
116
- },
117
118
- '(max-width: 500px)': {
119
- display: 'none',
120
121
- }
122
-)
0 commit comments