Marc-André Charpentier
Marc-André Charpentier
How is this still not included in the README? It's a very severe limitation! I certainly wish I had known before using this... for it to not work at all...
@ybiquitous, can we expect this fix to be included in the 16.3.0 release?
Thanks. As I said, not that much of a programmer myself but I'll see if I can contribute, I have time this week.
The contrary, actually. The example is about disallowing the `width` property within any selector *not* containing `input`. But since the `input` selector is nested inside a `.search` selector, an error...
Thanks for rephrasing in a standard way. I'll see what I can do today & tomorrow.
Well... I have never worked with Postcss before and the truth is I'm more a designer than a programmer. Heh. So figuring out what's going on is proving a bit ...
@ybiquitous, do we still wait PR #7496 to be closed to progress here? If not, I'd try to see what I can do for it to be included in 16.3.0...
Yes, it seems like it does! Thanks a bunch for the quick response. Looking forward to put that into action!
@ybiquitous, I'm having a try at implementing this and can't seem to get anything in the results array you specified above... Maybe I'm being dense but if a try and...
You are fast, @ybiquitous! Hehe. Sorry for the delay. I didn't commit anything since I was only experimenting. I tried this: ```js function ruleLink(rule, metadata, returnValue) { console.log(returnValue.results[0]); if (metadata...