Mikołaj D.

Results 29 comments of Mikołaj D.

Looks like a duplicate of https://github.com/natevw/fermata/issues/40.

Thanks for the reply. I did it just like this, and it works. I understand that implementing absolute paths might be hard, but even if you don't, the `transfer` function...

Imho all method calls could me muted. The same for fields referenced by dot. So that the only thing that would get semantically-highlighted would be the local (or closure) variables...

+1. I would also add that the README doesn't explain the difference between `ignore` and `exclude`.

Ok, well, but then `pre` wasn't documented for a reason. Comment in the linked source: ``` // This probably shouldn't be used publicly. // 1.0.0 "pre" would become 1.0.0-0 which...

Very good question, might be actually worth asking on stack overflow or [programmers.stackexchange](https://programmers.stackexchange.com/).

I use something similar, except I don't have helpers, and my variables, mixins, and base are really minimal. Ah, and I have a (also pretty minimal) reset stylesheet, but I...

> - Components are allowed to have margins. It makes no sense to have to create a layout component every time you need a margins. I think barely anyone ever...

Exactly. I add the margins in the parent context. It makes sense, because a `.section-heading` would perhaps have different margin, say, in a modal. And when I have a really...