ilyasmez
ilyasmez
The border-top icon uses a hardcoded value for one of it's paths' fills, instead of `currentColor`: https://github.com/astrit/css.gg/blob/master/icons/svg/border-top.svg?short_path=fd205a6#L13 Compared to, for example, border-bottom: https://github.com/astrit/css.gg/blob/master/icons/svg/border-bottom.svg?short_path=6098ab3#L9 This results in the path not having...
Nice work on the component, I like the flexibility it offers. I facing one issue though. Because of [this piece of code](https://github.com/yyllff/split-pane-react/blob/main/src/SplitPane.tsx#L64-L65), `SplitPane` is always expecting `` as a direct...
`apiInstance` is an instance of `SibApiV3Sdk.ContactsApi`.
`package.json` points to `./dist/types` for types: But the latter doesn't exist in the distributed npm package: