Raphael

Results 35 comments of Raphael

Yep, that's the problem. I'd love to expand my snippets **as** I use Emmet, with `Tab` key :/

It expands abbreviations, it's his main function. Ex. `div>p` + `tab` --> ``` ```

We do not execute both at the same time. Emmet is made to extend the most common abbreviations: HTML elements, CSS properties, vendor prefixes, or many shortcuts such as `w20`→...

Hello, Today, the Internet Explorer support is : - critical bug on IE9-IE10-IE11 - everything OK on Edge For now, the official announced support is : - iOS 4+ -...

That makes sense. Thank you for the answer.

Hello, Here's the link to this part of Flexbox spec : https://www.w3.org/TR/css-flexbox-1/#min-size-auto > Note: The auto keyword, representing an automatic minimum size, is the new initial value of the min-width...

Hello, I have the same problem. Even if I specify the extension folder `/Users/raphael/Documents/brackets/` or the complete path `/Users/raphael/Documents/brackets/preferences.json` with this code : ``` { "css.autoInsertVendorPrefixes": false } ```

It seems that this syntax works : `grid-column: auto / span 8;`.

> grid-row: auto / span 8; doesn't seem to work... Only applies on explicit rows.