Sultan Arziyev

Results 6 issues of Sultan Arziyev

@MicheleBertoli ### New library - [Stylin library](https://github.com/sultan99/stylin) the fastest way to create styled & typed React components using CSS annotations. https://github.com/MicheleBertoli/css-in-js/assets/2598056/3a9e46c0-16a4-400e-bc71-52073ebdff0d ### Updated Modified GitHub API authorization process in `fetchData.js`...

Is there a way to tell the plugin the order of script injections in index.html? **react-redux** has peer/optional dependency - **react-dom** but it is not declared in package.json. Sometime (randomly)...

bug
help wanted

Is there way to select palette color by index? ```js // my theme theme.palette = { primary: [`#08C4FA`, `#34CEFA`, `#61D9FB`, `#8EE4FC`, `#BBEEFD`] } const Span = styled.span` color: ${palette({grayscale: 0},...

Stylin is a build-time CSS library that offers an elegant way to style React components. It extends CSS Modules and adds some missing features like dynamic variables or auto-typing. ![typing-support](https://github.com/enaqx/awesome-react/assets/2598056/5333df4a-3f07-4832-9472-e5582c91498b)...

In excel templates I define some formulas `=sum(C10)` but on the final generated file the formulas are equal to zero. After clicking the cell where formula was defined the value...

bug