Michael C.
Michael C.
This issue happens for me as well. I get the feeling that it's some sort of desktop/window compositing/rendering subsystem that's crashed in the background, which both Wox AND Microsoft's PowerToys...
Nope; at this point I'd tend to just use an Entries fieldtype to link to other entries for a nav, instead of using LinkIt.
> ¯_(ツ)_/¯ (try triple backslashes, eg `¯\\\_(ツ)_/¯`: ¯\\\_(ツ)_/¯ )
Really? Where would this feature be found? Obviously I see where to replicate an entire "top-level" Matrix field, but I'm after more granular control...
I'll be completely honest here—I don't fully understand everything going on here. ¯\\\_(ツ)_/¯ I build _with_ CSS; I don't build CSS. ;) So all I can say is that I...
> Current spec is close to perfect, and it doesn't break compatibility with SCSS. Great! If that's the case, then I have no objection. :)
Hmm, interesting idea. Similar (and simpler, even) than the suggested `@nest { /* selectors */ }` option, just without even needing the `@nest` bit? So what would multiple-level nesting look...
> Here's an example of the syntax I'm trying to explain: * snip * As was posted when I raised the very same issue, the answer is given here (in...
> So, put simply, if, within rule braces, the parser encounters another opening brace, combinator, or ampersand (which isn't part of the value for a declaration), it should then go...
Would this open the door for selector concatenation via the `&`? ``` .card { display: flex; { &__image { display: block; } } } ```