Cosmin Popovici

Results 25 issues of Cosmin Popovici

Removes the need for a menu container that covers the page. This way, we can catch the clicked target and close the menu as needed.

### Problem Outlook iOS removes the `doctype`, which means it renders it in WebKit quirks mode ([1](https://developer.mozilla.org/en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode), [2](https://www.quirksmode.org/css/quirksmode.html)). Since `display: block;` does not work on `` in quirks mode, you...

Outlook

This came about after not being able to paginate a dynamically-generated collection (original discussion [here](https://twitter.com/cossssmin/status/1043115840114229248)). I've been recently working on a Jigsaw blog template, and I needed support for _paginated_...

Would be awesome if we could provide a VS Code extension that would show a Maizzle-compiled preview of your template to the side, similar to how the default Markdown extension...

help wanted

@jrit I remember discussing this way back, but can't find the issue... What do you think of introducing CSS comments as delimiters for CSS code blocks that Juice should simply...

#### Test ```js it('allowMultipleSameProperty', function() { var html = 'Hello'; var css = '.bg-dark{background: #000000;}\n p{background: url(dark.png); background: rgba(0,0,0,0.4);}'; assert.strictEqual(juice.inlineContent(html, css), 'Hello'); }); ``` #### Result ```diff - Actual -Hello...

Imagine we already had a `page.title` variable in context, and we could access it through `{{ page.title }}`. Would be cool if we could define a variable in the context...

Would be awesome if `posthtml-expressions` offered support for filters, [like Nunjucks does](https://mozilla.github.io/nunjucks/templating.html#builtin-filters). So you could do stuff like: ```js locals: { greeting: 'hello there' } ``` ```html {{ greeting |...

chore

This PR fixes #785 by replacing the `prevent-widows` package with [`string-remove-widows`](https://codsen.com/os/string-remove-widows/).

- Maizzle version: 4.2.2 - Node.js version: any Something like this: ```html test ``` ... is compiled to this: ```html ``` This is because [prevent-widows](https://www.npmjs.com/package/prevent-widows) replaces `-` with `‑` and...