Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jan 8, 2024
1 parent 7960839 commit 8b1c2b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.2

# Patches

- Fix if it's `https` or `http`.

## 0.2.1

# Patches
Expand Down
3 changes: 3 additions & 0 deletions Q&A.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
> Why i can't see the style work?
- Normally you won't inject virtual module in your local code. But every framework has it own ideas so sometimes you can't see the style inject in your page,so you need inject them manully.Just import `import '@stylex-dev.css'` in your entry file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-stylex-dev",
"version": "0.2.1",
"version": "0.2.2",
"description": "an unofficial stylex vite plugin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8b1c2b2

Please sign in to comment.