Tab Atkins Jr.

Results 1327 comments of Tab Atkins Jr.

Lol, that certainly shows the assumptions I work under; nobody has *ever* reported this before. ^_^ Can you give me the full error message, so I can see where I'm...

Okay, I see the issue, I'm checking for CalledProcessError in all the locations I invoke git, which is thrown if the process exits with an error, but it turns out...

Yeah, fwiw, I personally always find myself hesitating when using some of the other toggle() methods; it feels weird to just pass a true/false to force it on/off. A `force`...

First, I've talked this over with Miriam already, and broadly am happy with the elaboration on my earlier idea of making functions basically just "fancy variables". ------ Edited before posting:...

>> Mixins return [...] rule blocks (including selectors and other at-rules) >> >> [...] mixins [...] would be resolved during variable substitution > > Those two things are not compatible....

> I would not presume that, since guaranteed invalid is a reasonable default value. Sure, but we could spell that `initial`, like `@parameter --optional { default: initial; }`. And it's...

I'm sorry, Rune, but I don't understand what connection your reply has to what I said. Could you elaborate? I suspect one or both of us is misunderstanding what the...

Ah, ok, no, I meant it more in the "not dynamic based on the DOM" way; it only *requires* information that is available to a preprocessor (the full set of...

They avoid the `@apply` issues because they're not defined using the custom property mechanism and passed around that way. They're first-class citizens acting at the appropriate syntax level. > What...