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 7d43577 commit e02f93bCopy full SHA for e02f93b
docs/rules/no-important.md
@@ -27,7 +27,7 @@ function App(){
27
import { Circle } from './panda/jsx';
28
29
function App(){
30
- return <Circle _hover={{ position: 'absolute !' }} />;
+ return <Circle _hover={{ position: '[absolute!]' }} />;
31
}
32
```
33
docs/rules/no-unsafe-token-fn-usage.md
@@ -29,7 +29,7 @@ import { token } from './panda/tokens';
- return <Circle margin='{sizes.4}' />;
+ return <Circle margin='[{sizes.4}]' />;
34
35
0 commit comments