mildlyfunctional

Results 6 issues of mildlyfunctional

in css add: .CodeMirror-line-numbers { lline-height: 15px } Then the line numbers walk next to the actual lines. (And also skips wrapped lines)

for instance: ``` button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } ``` should not be in preflight

When working from a monorepo with pnpm (which uses symlinks for package management) and requiring package A from package B, and pointing extract.include to include node_module package A, the following...

Request hooks for before and after complete form HTML. Not te be confused with before and after fields.

It would be great if we can do this: ``` Some slot content ```

When using @neodrag/svelte and not setting `legacyTranslate` explicitly to true or false. The dragged element receives css `translate` property as wel as the `transform` property. ![Image](https://github.com/user-attachments/assets/c885fc16-bfe6-4a32-bb13-f4abce7f1c52) Using version 2.3.2 Svelte...