Geoff Granum

Results 2 comments of Geoff Granum

With regards to this proposal: If we are convinced that negative indexing is far, far on the horizon, then I support anything along the lines of `[1,2,3].last` and `[1,2,3].last =...

I use the following SCSS block: ```css .debug{ [fxFlex]:nth-child(10n+1) { border: 1px solid rgba(128, 128, 128, 0.5); } [fxFlex]:nth-child(10n+2) { border: 1px solid rgba(255, 0, 0, 0.5); } [fxFlex]:nth-child(10n+3) {...