refirst11

Results 2 comments of refirst11

```jsx ``` It's a naming problem, but in the case of `sx={}`, I feel like it's easy to confuse it with the method of directly describing the object of the...

I am using stylexswc-nextjs-plugin and this has been confirmed in my environment. ```css .marginBottom-xhbfen4:not(#\#):not(#\#):not(#\#){margin-bottom:.5rem} .marginBottom-xzboxd6:last-child:not(#\#):not(#\#):not(#\#){margin-bottom:0} @media screen and (min-width: 800px){.marginBottom-x1x6kbue.marginBottom-x1x6kbue:not(#\#):not(#\#):not(#\#){margin-bottom:.75rem}} ``` media query: `.marginBottom-x1x6kbue.marginBottom-x1x6kbue` You can see that the specificity...