Krister Kari

Results 26 issues of Krister Kari

Hi, Thanks for the great library! I really like the idea and the output it produces. I have read the docs on the website and I know that the supported...

Hi @jacobp100! First of all, thank you for this awesome library. I'm really surprised that it does not have more stars on Github. I have been already for a long...

I created a custom build of Modernizr with latest `video`, `video/autoplay` and `video/loop` tests. When listening to the async autoplay test with `.on` I have noticed that in Chrome 30...

Files that are imported using `@import` do not get live reloaded. React Native's packager does not know that the file that has changed is imported in another file, so it...

bug
help wanted

Add support for CSS calc(): https://developer.mozilla.org/en-US/docs/Web/CSS/calc Like CSS media queries and CSS viewport units, `calc()` values needs to be calculated at runtime because the values can be dynamic (percentages, viewport...

Enhancement ✨
Proof of Concept 🎛️

Currently CSS media queries and CSS viewport units are not included in the default setup docs. The main reason is that the default setup of React Native CSS modules does...

Enhancement ✨
Help wanted 🙋
Discussion 👄

Find out a clean way to pass options from `rn-cli.config.js` to `node-sass`.

Enhancement ✨
Help wanted 🙋

There has been some discussion + pull requests during the last couple of months related to cleaning up the codebase to get rid of some legacy things. The problem with...

Pull request #298 implemented the `selector-nest-combinators` rule to check that selector combinators are nested. Based on this list https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors, there could also be these additional rules: - `selector-nest-types` - `selector-nest-classes`...

Help wanted 🙋
New rule 👌

Currently the library that is used for functional tests, Detox, doesn't have support for Android with the latest version of React Native. Update functional tests to support Android when Detox...

Enhancement ✨
Tests ✅
Android 📱