Raphael
Raphael
hello, Well done for this fork, it's a great job! However, the plugin does not work for me most of the time (Windows 8.1 / Brackets 0.43) : - It...
Hello, "Ctrl-Alt-V" to insert the snippet is a bit painful and long. Would it be possible to expand trigger with tab key, as Emmet does for example ?
Hello, (This feature request is related to #171 and #144) I still find it difficult to understand what rule defines the order of classes. I heard about `headwind.sortTailwindClasses` but there...
Hello and congrats for this awesome variable fonts! I'd like to know where we can find the documentation for `font-variation-settings` axes, like weight, italics or slant. ```css font-variation-settings: "wght" 800;...
Hello, Why are you using old syntax fox flexbox container ? ``` .COLS { width: 100%; height: 100%; /* Old Syntax */ display: -webkit-box; display: -moz-box; display: box; /* New...
The "new" `auto` default value on `min-width` and `max-width` causes problems in Flexbox because flex-items do not shrink on small screens due to their content. `auto` computes to 0 for...
Hello, Emmet plugin fails on installing on Brackets 1.8 (Mac Sierra). I tried every install options (GUI / zip / URL). --- Want to back this issue? **[Post a bounty...
Hello François-Rémy! I really like your project of grid polyfill and I discuss it to my clients when I give trainings. But most of time, they ask what are the...
Height not being set for container if box-sizing is not content-box and element has border/padding
Hello, I have a container height issue with all the tests I have been able to do on Edge. The polyfill gives a position: absolute and fixed height on each...
Hello, The doc says : > The whole polyfill is very sensitive to changes to the “box-sizing” property In my codepens tests, the `width` / `box-sizing` calculated value went always...