Satyajit Sahoo
Satyajit Sahoo
I haven't tried this in a real app :)
Most CSS-in-JS libraries supporting object format support writing values without unit and assume pixel. For example, 'width: 200px' can be written as 'width: 200'. Right now I have to manually...
Unlike the '-webkit-' vendor prefix, where the JS representation uses 'Webkit' as prefix, for the '-ms-' prefix, 'ms' is used instead of 'Ms'. This means hyphentation won't be correct when...
**Motivation** We're currently on an older version of Yarn. This upgrades Yarn to the latest version. **Test plan** - Run the app example app locally - Run `yarn lerna run...
## Problem Currently it's not possible to compose styles from multiple classnames together. Previously we had a `include` helper which would take a class name and return the unprocessed CSS...
## Background Linaria is probably the best option to choose among CSS in JS libraries if you are making a component library which you want to publish on NPM. -...
**TODO** - [ ] Add syntax highlighting for CSS literals in component-docs - [ ] Make a homepage for the docs website - [ ] Publish docs in linaria.now.sh/docs or...
iOS and Android 10 use gesture based navigation systems. Sometimes we need the gestures in our app to override system gestures. This is especially important for Android where the back...
- [ ] Font is not Lato - [ ] The backup now button should be a standard Android button with ripples. Check Android Settings > Applications for correct size...
### Usability issues and bugs - [ ] When I open the app for the first time, it has a empty screen without any tabs, it should be the same...