Tom
Tom
I tried styletron but I like the api from styled-components more. Doing something like this feels awesome to me :). ``` import styled from 'styled-components'; const button = styled.button` color:...
Thats true. The reason styled-components won my heart was that I can copy the whole css and go back to good old css styles. Every approach has it pros and...
I will have a look on it :). But it seems similar to the build in ThemeProvider. https://github.com/styled-components/styled-components#theming Or am I missing something? :D
Like @codepunkt said in #203: `I would leave this up to the developer. You can't (and shouldn't) tackle every problem.` Wasn't aware of this discussion. We can close this one...
@ctrlplusb Thats a good idea :).
I can't recommend this fix because its not working with dynamic content. After calling the refresh function the calculation of the height will be wrong. ``` Javascript var marginY =...
I am experiencing the same problem. Unfortunately the latest preview of .net8 does not help either. Is there a timetable when a fix will be available?