Skip to content

Commit 6353c08

Browse files
committed
Update readme & stitches version
1 parent 59d502f commit 6353c08

File tree

6 files changed

+4
-54
lines changed

6 files changed

+4
-54
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
![image](/public/thumbnail.jpg)
1+
![image](/public/readme-thumbnail.png)
2+
<p align="center">A collection of copyable UI Snippets.</p>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@radix-ui/react-context-menu": "^0.0.19",
1212
"@radix-ui/react-hover-card": "^0.0.2",
1313
"@radix-ui/react-portal": "^0.0.14",
14-
"@stitches/react": "^0.2.0-canary.5",
14+
"@stitches/react": "^0.2.2",
1515
"next": "10.2.3",
1616
"next-seo": "^4.26.0",
1717
"qss": "^2.0.3",

pages/_document.js

-49
This file was deleted.

public/readme-thumbnail.png

476 KB
Loading

styles/global.js

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { global } from "stitches.config";
22

33
export const globalStyles = global({
44
body: {
5-
opacity: 1,
6-
visibility: "visible",
75
backgroundColor: "$black",
86
color: "$white",
97
fontFamily: "$sans",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
dependencies:
399399
"@babel/runtime" "^7.13.10"
400400

401-
"@stitches/react@^0.2.0-canary.5":
401+
"@stitches/react@^0.2.2":
402402
version "0.2.2"
403403
resolved "https://registry.yarnpkg.com/@stitches/react/-/react-0.2.2.tgz#8a2f8256835510c265ab20820f54a5bb0376bac6"
404404
integrity sha512-/qRSX+ANPJg/0eLNr5bEywjkdvIfLbsaG2d8p83wPlI0MA7Yi9FzaRLk2H6DMAdJHuyu6ThY4HfHQIL35buY9g==

0 commit comments

Comments
 (0)