Hubert Garrido

Results 9 comments of Hubert Garrido

line 431 of which file please?

ok, I guess you were talking about the /dist/ngCart.js file. That's not very useful, since this file (and the .min file too, the one you should use) is built from...

Someone forked this, and the good news is it was the official mjml team that did it: [https://github.com/mjmlio/vscode-mjml](https://github.com/mjmlio/vscode-mjml)

I second that, just spent a lot of time trying to use the zIndex option documented, reviewing the code for why it just doesn't work... when I noted that the...

FWIW: the coreui project might be interesting, but it is *not* an update and not even a fork of this project. It is not compatible (just have a look at...

Same here. Looks like there is just no package for disco at [packagecloud](https://packagecloud.io/AllToMP3/alltomp3), while there is still packages for long deprecated distros like artful, zesty and yakkety. edit: just realized...

You could use the `` element as your grid container, something like: ``` html {{ element }} ```

> @lianee this won't work in our case because each `draggable` needs to have its own `style` which is based on the n-th item. currently we use the information available...

I made a codepen to change the color of the shadows using CSS variables: [https://codepen.io/liane_/pen/JjaQZVw](https://codepen.io/liane_/pen/JjaQZVw) Unfortunately, due to the limitations of CSS, the format used for the color is awkward...