Bogdan Chadkin

Results 335 comments of Bogdan Chadkin

@ccbayer Only with quotes.

@PixelPen Try to use `context` option to define global variables.

This should work ``` @@include( handlebars('./_tmpl.hbs', { foo: "bar" } )) ```

@andremalkine This will be fixed soon. But not now, sorry.

@DWboutin Are you sure that your file is utf-8?

See this release https://github.com/svg/svgo/releases/tag/v2.4.0 Ask if you need any help

`postcss-icss-import` is not resolved by loaders yet. It just adds ```css :import('path') { import: default; } ``` Which doesn't have any references.

I didn't dig in this proposal. Can't say anything.

> do we still need all the subpackages? Yes, unless you choose unique name for each function. https://github.com/toji/gl-matrix/blob/master/src/mat2.js#L13 https://github.com/toji/gl-matrix/blob/master/src/mat2d.js#L27 > In addition, the source code structure is different from npm...