Arkasha

Results 6 issues of Arkasha

Hello! Color names not highlighted. ``` background: red ``` Sublime Text: 3.1.1 (3176) Color Highlighter: 8.0.9 OS X: 10.13.4 ![screen shot 2018-05-18 at 13 32 55](https://user-images.githubusercontent.com/1005998/40224573-0912d386-5aa0-11e8-86c9-e497de966c04.png)

Hello! Webpack 5 — when run, get error: ``` ValidationError: Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration.entry['main']...

Hello @kristerkari ! Is it possible to use this package with https://storybook.js.org/addons/@storybook/addon-react-native-web ? There is a similar issue https://github.com/storybookjs/addon-react-native-web/issues/50 Thanks!

Hello! it is possible to add support `react-native-postcss-transformer`? Thanks!

bug

Hello! When installing a package locally (npm link @package-name), files are not processed by SVGO. We use custom plugin to console list of files ``` export default { svgoConfig: {...

Hello! Is it possible to pass `parameters` or `args` to msw-addon to use it with storybook decorator, parameters in storybook are static and msw expects a list of parameters whut...