Arkasha
Arkasha
Hello! Color names not highlighted. ``` background: red ``` Sublime Text: 3.1.1 (3176) Color Highlighter: 8.0.9 OS X: 10.13.4 
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!
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...