Alex Nikitin
Alex Nikitin
Tested [email protected] and its not work. some crutch: ``` // Sentry.prototype.log = function (level, msg, meta, callback) { Sentry.prototype.log = function (info, callback) { const { level, message: msg, meta...
Add support for nested classes using with postcss, scss plugins. Sometimes you need to separate the styles for the child container and add prefix for it. Example ```css .root {...
Hi! Thx for this project to test geotiffjs with ol. I try to run code from github and its ok! (ol v4) But then I upgrade ol to latest version...