bigslycat

Results 5 issues of bigslycat

It works: ```jsx const MyComp = styled('div')({ border: [2, 'solid', 'white'], }); ``` This does not work: ```jsx const MyComp = styled('div')({ border: ({ children }) => !children && [2,...

bug

feature
help wanted

feature
help wanted

What unclear in the code? What classes and methods should primarily documented by JSDoc? Что непонятно в коде? Какие классы или методы следовало бы в первую очередь документировать JSDoc?

question