Skip to content

Commit e02f93b

Browse files
committed
Update docs
1 parent 7d43577 commit e02f93b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rules/no-important.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function App(){
2727
import { Circle } from './panda/jsx';
2828

2929
function App(){
30-
return <Circle _hover={{ position: 'absolute !' }} />;
30+
return <Circle _hover={{ position: '[absolute!]' }} />;
3131
}
3232
```
3333

docs/rules/no-unsafe-token-fn-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { token } from './panda/tokens';
2929
import { Circle } from './panda/jsx';
3030

3131
function App(){
32-
return <Circle margin='{sizes.4}' />;
32+
return <Circle margin='[{sizes.4}]' />;
3333
}
3434
```
3535

0 commit comments

Comments
 (0)