Farnsi

Results 8 comments of Farnsi

I think you need to extend from Container and add a CustomDivBlot too, view https://github.com/quilljs/quill/blob/main/packages/quill/src/formats/table.ts It should be easier to extend from Block (blots/block) and add a class to the...

@cookpete I use a custom template, the problem is, that the rendered content will be trimmed on output by auto-changlog, not by handlebars.

Yes for compatibility it would be the best solution.

It would be ok, if it removes the duplicates from folders above. I think it is not so easy to detect which one has precedence in the same folder, cause...

> I couldn't understand this statement. Which `folders` are you talking about? Example ``` index.css ; with variable --var1: red |- somedir |- some.css ; with variable --var1: blue ```...

@heleg strict should be an export without `string | {}`, only defined properties Example: ``` export type Height = | Globals | TLength | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" |...

Same problem v2.4.5. Does the dist use other / older sources? [useTemporaryConnection](https://github.com/newcat/baklavajs/blob/master/packages/renderer-vue/src/editor/index.ts) is exported, but could not be imported.

What about `@use` and `@forward` and resolve aliases?