Skip to content

Commit

Permalink
Update 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC committed Mar 21, 2024
1 parent 0a31002 commit d8f5c58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ To ensure the correct functioning of env styles, make sure to include the `viewp
### Installation

```bash
npm install unocss unocss-preset-safe-area
npm install unocss @yeungkc/unocss-preset-safe-area
```

```bash
yarn add unocss unocss-preset-safe-area
yarn add unocss @yeungkc/unocss-preset-safe-area
```

```bash
pnpm add unocss unocss-preset-safe-area
pnpm add unocss @yeungkc/unocss-preset-safe-area
```

### Import

```ts
import presetSafeArea from 'unocss-preset-safe-area'
import presetSafeArea from '@yeungkc/unocss-preset-safe-area'

export default defineConfig({
...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeungkc/unocss-preset-safe-area",
"version": "0.0.3",
"version": "0.0.4",
"description": "Safe area preset for UnoCSS",
"author": {
"name": "YeungKC",
Expand Down

0 comments on commit d8f5c58

Please sign in to comment.