generalov

Results 14 comments of generalov

As a curious programmer I want to see what main task is solved by your library, and what do I need to do this. +1 for the new short and...

When I want to say what I need "more documentation" is not always meens that I want it "more" in a volume or "more" in a scope. Rather, I want...

This probably due to [mergePlugins](https://github.com/storybookjs/presets/blob/master/packages/preset-create-react-app/src/helpers/mergePlugins.ts) function implementation. The function takes the first plugin definition into results. According to the order of plugins the function takes `DefinePlugin` from storybook and omits...

@kgcreative Looking at the http://sass-lang.com/documentation/file.SASS_REFERENCE.html#comments > When the first letter of a multiline comment is !, the comment will always rendered into css output even in compressed output modes. The...